Skip to content

Commit e62e390

Browse files
authored
docs: update API Reference Link in /docs/how_to/vectorstore_retriever/ (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
1 parent 97a819d commit e62e390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/how_to/vectorstore_retriever.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"id": "08f8b820-5912-49c1-9d76-40be0571dffb",
7878
"metadata": {},
7979
"source": [
80-
"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:"
80+
"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:"
8181
]
8282
},
8383
{

0 commit comments

Comments
 (0)