Skip to content

Commit

Permalink
docs: update API Reference Link in /docs/how_to/vectorstore_retriever/ (
Browse files Browse the repository at this point in the history
langchain-ai#27477)

Description: updated docs
[here](https://python.langchain.com/docs/how_to/vectorstore_retriever/#:~:text=VectorStoreRetriever)
for creating VectorStoreRetrievers. The URL was missing a `.base`, and
now works as expected.

This was a fix for Issue langchain-ai#27196
  • Loading branch information
connorpark24 authored Oct 19, 2024
1 parent 97a819d commit e62e390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how_to/vectorstore_retriever.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"id": "08f8b820-5912-49c1-9d76-40be0571dffb",
"metadata": {},
"source": [
"This creates a retriever (specifically a [VectorStoreRetriever](https://python.langchain.com/api_reference/core/vectorstores/langchain_core.vectorstores.VectorStoreRetriever.html)), which we can use in the usual way:"
"This creates a retriever (specifically a [VectorStoreRetriever](https://python.langchain.com/api_reference/core/vectorstores/langchain_core.vectorstores.base.VectorStoreRetriever.html)), which we can use in the usual way:"
]
},
{
Expand Down

0 comments on commit e62e390

Please sign in to comment.