Update vectorstore-retriever.ipynb (#2210)

This commit is contained in:
Alex Stachowiak
2023-03-30 23:51:46 -04:00
committed by GitHub
parent 4e9ee566ef
commit e6a9ee64b3

View File

@@ -7,7 +7,7 @@
"source": [
"# VectorStore Retriever\n",
"\n",
"The index - and therefor the retriever - that LangChain has the most support for is a VectorStoreRetriever. As the name suggests, this retriever is backed heavily by a VectorStore.\n",
"The index - and therefore the retriever - that LangChain has the most support for is a VectorStoreRetriever. As the name suggests, this retriever is backed heavily by a VectorStore.\n",
"\n",
"Once you construct a VectorStore, its very easy to construct a retriever. Let's walk through an example."
]