mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 13:23:35 +00:00
docs: Update VectorStore api reference url in rag.ipynb (#27841)
**Description**: Update VectorStore api reference url in `rag.ipynb` Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
parent
50563400fb
commit
eecf95df9b
@ -502,7 +502,7 @@
|
||||
"\n",
|
||||
"- [Docs](/docs/how_to/vectorstores): Detailed documentation on how to use vector stores.\n",
|
||||
"- [Integrations](/docs/integrations/vectorstores/): 40+ integrations to choose from.\n",
|
||||
"- [Interface](https://python.langchain.com/api_reference/core/vectorstores/langchain_core.vectorstores.VectorStore.html): API reference for the base interface.\n",
|
||||
"- [Interface](https://python.langchain.com/api_reference/core/vectorstores/langchain_core.vectorstores.base.VectorStore.html): API reference for the base interface.\n",
|
||||
"\n",
|
||||
"This completes the **Indexing** portion of the pipeline. At this point\n",
|
||||
"we have a query-able vector store containing the chunked contents of our\n",
|
||||
|
Loading…
Reference in New Issue
Block a user