diff --git a/docs/docs/concepts/retrievers.mdx b/docs/docs/concepts/retrievers.mdx index 1fb55a3f1c5..baa3fc7c174 100644 --- a/docs/docs/concepts/retrievers.mdx +++ b/docs/docs/concepts/retrievers.mdx @@ -90,7 +90,7 @@ LangChain has retrievers for many popular lexical search algorithms / engines. ### Vector store [Vector stores](/docs/concepts/vectorstores/) are a powerful and efficient way to index and retrieve unstructured data. -An vectorstore can be used as a retriever by calling the `as_retriever()` method. +A vectorstore can be used as a retriever by calling the `as_retriever()` method. ```python vectorstore = MyVectorStore()