mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
Update Integrations links (#8206)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## Creating a MyScale vectorstore\n",
|
||||
"MyScale has already been integrated to LangChain for a while. So you can follow [this notebook](/docs/modules/data_connection/vectorstores/integrations/myscale.ipynb) to create your own vectorstore for a self-query retriever.\n",
|
||||
"MyScale has already been integrated to LangChain for a while. So you can follow [this notebook](/docs/integrations/vectorstores/myscale.ipynb) to create your own vectorstore for a self-query retriever.\n",
|
||||
"\n",
|
||||
"NOTE: All self-query retrievers requires you to have `lark` installed (`pip install lark`). We use `lark` for grammar definition. Before you proceed to the next step, we also want to remind you that `clickhouse-connect` is also needed to interact with your MyScale backend."
|
||||
]
|
||||
|
Reference in New Issue
Block a user