mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-03 11:47:49 +00:00
(Astra DB/Cassandra) Minor clarification about dependencies in the demo notebook (#13118)
This PR helps developers trying the Astra DB / Cassandra vector store quickstart notebook by making it clear what other dependencies are required.
This commit is contained in:
parent
0fc8fd12bd
commit
c52725bdc5
@ -25,9 +25,7 @@
|
|||||||
"id": "dbe7c156-0413-47e3-9237-4769c4248869",
|
"id": "dbe7c156-0413-47e3-9237-4769c4248869",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"Use of the integration requires the following Python package.\n",
|
"Use of the integration requires the following Python package."
|
||||||
"\n",
|
|
||||||
"_Note: depending on your LangChain setup, you may need to install other dependencies needed for this demo._"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -40,6 +38,15 @@
|
|||||||
"!pip install --quiet \"astrapy>=0.5.3\""
|
"!pip install --quiet \"astrapy>=0.5.3\""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"id": "2453d83a-bc8f-41e1-a692-befe4dd90156",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"_Note: depending on your LangChain setup, you may need to install/upgrade other dependencies needed for this demo_\n",
|
||||||
|
"_(specifically, recent versions of `datasets` `openai` `pypdf` and `tiktoken` are required)._"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
|
Loading…
Reference in New Issue
Block a user