docs: Remove chromadb from required dependency in examples with VectorstoreIndexCreator (#19578)

pull/19548/head
Christophe Bornet 3 months ago committed by GitHub
parent cfecbda48b
commit 6f477e3cb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,7 +24,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet apify-client langchain-openai langchain chromadb tiktoken"
"%pip install --upgrade --quiet apify-client langchain-openai langchain"
]
},
{

@ -605,7 +605,7 @@
"In the example below, we will deeply crawl the Python documentation of LangChain's Chat LLM models and answer a question over it.\n",
"\n",
"First, install the requirements\n",
"`pip install apify-client langchain-openai langchain chromadb tiktoken`\n",
"`pip install apify-client langchain-openai langchain`\n",
" \n",
"Next, set `OPENAI_API_KEY` and `APIFY_API_TOKEN` in your environment variables.\n",
"\n",

Loading…
Cancel
Save