diff --git a/docs/docs/examples/GifSearch.ipynb b/docs/docs/examples/GifSearch.ipynb index d1eee7c1b..a303ce79a 100644 --- a/docs/docs/examples/GifSearch.ipynb +++ b/docs/docs/examples/GifSearch.ipynb @@ -37,8 +37,8 @@ "!curl https://getindexify.ai | sh\n", "\n", "# Download Extractors\n", - "!indexify-extractor download hub://embedding/clip_embedding\n", - "!indexify-extractor download hub://embedding/minilm-l6" + "!indexify-extractor download tensorlake/clip-extractor\n", + "!indexify-extractor download tensorlake/minilm-l6" ] }, { diff --git a/docs/docs/examples/Instructor_RAG.ipynb b/docs/docs/examples/Instructor_RAG.ipynb index 58d9853fc..4e2034c5b 100644 --- a/docs/docs/examples/Instructor_RAG.ipynb +++ b/docs/docs/examples/Instructor_RAG.ipynb @@ -28,7 +28,7 @@ "!curl https://getindexify.ai | sh\n", "\n", "# Download Extractors\n", - "!indexify-extractor download hub://text/instructor" + "!indexify-extractor download tensorlake/instructor" ] }, {