Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Jun 5, 2024
1 parent b2dde95 commit ac2dfed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/examples/Image_RAG_Structured_Extraction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"!curl https://getindexify.ai | sh\n",
"\n",
"# Download Extractors\n",
"!indexify-extractor download hub://image/yolo"
"!indexify-extractor download tensorlake/yolo-extractor"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/examples/audio_transcription.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"!curl https://getindexify.ai | sh\n",
"\n",
"# Download Extractors\n",
"!indexify-extractor download hub://audio/whisper-asr"
"!indexify-extractor download tensorlake/whisper-asr"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/examples/pdfqa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"metadata": {},
"source": [
"2. Download the required extractors:\n",
" - `hub://embedding/minilm-l6`: An embedding extractor based on the MiniLM-L6 model.\n",
" - `hub://text/chunking`: A text chunking extractor.\n",
" - `hub://pdf/marker`: A PDF marker extractor."
" - `tensorlake/minilm-l6`: An embedding extractor based on the MiniLM-L6 model.\n",
" - `tensorlake/chunk-extractor`: A text chunking extractor.\n",
" - `tensorlake/marker`: A PDF marker extractor."
]
},
{
Expand Down

0 comments on commit ac2dfed

Please sign in to comment.