mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
docs: update API Reference Link in /docs/how_to/vectorstore_retriever/ (#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 #27196
This commit is contained in:
parent
97a819d578
commit
e62e390ca0
@ -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:"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user