Skip to content

Commit

Permalink
docs: Update VectorStore api reference url in rag.ipynb (langchain-ai…
Browse files Browse the repository at this point in the history
…#27841)

**Description**: Update VectorStore api reference url in `rag.ipynb`

Co-authored-by: Erick Friis <[email protected]>
  • Loading branch information
2 people authored and yanomaly committed Nov 8, 2024
1 parent 52224cc commit 0dd871e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorials/rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0dd871e

Please sign in to comment.