mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-29 09:58:44 +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": {},
|
"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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user