mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 09:28:48 +00:00
docs: Remove chromadb from required dependency in examples with VectorstoreIndexCreator (#19578)
This commit is contained in:
parent
cfecbda48b
commit
6f477e3cb6
@ -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…
Reference in New Issue
Block a user