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

This commit is contained in:
Christophe Bornet 2024-03-26 16:12:21 +01:00 committed by GitHub
parent cfecbda48b
commit 6f477e3cb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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", "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", "\n",
"First, install the requirements\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", " \n",
"Next, set `OPENAI_API_KEY` and `APIFY_API_TOKEN` in your environment variables.\n", "Next, set `OPENAI_API_KEY` and `APIFY_API_TOKEN` in your environment variables.\n",
"\n", "\n",