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 ac2dfed commit f539988
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/docs/examples/audio_rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"!curl https://getindexify.ai | sh\n",
"\n",
"# Download Extractors\n",
"!indexify-extractor download hub://audio/whisper-asr\n",
"!indexify-extractor download hub://embedding/minilm-l6"
"!indexify-extractor download tensorlake/whisper-asr\n",
"!indexify-extractor download tensorlake/minilm-l6"
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/examples/efficient_rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
"!curl https://getindexify.ai | sh\n",
"\n",
"# Download Extractors\n",
"!indexify-extractor download hub://pdf/marker\n",
"!indexify-extractor download hub://text/llm\n",
"!indexify-extractor download hub://text/chunking\n",
"!indexify-extractor download hub://embedding/arctic"
"!indexify-extractor download tensorlake/marker\n",
"!indexify-extractor download tensorlake/llm\n",
"!indexify-extractor download tensorlake/chunk-extractor\n",
"!indexify-extractor download tensorlake/arctic"
]
},
{
Expand Down

0 comments on commit f539988

Please sign in to comment.