Skip to content

Commit bea5798

Browse files
authored
docs: Fix typo in retrievers documentation: 'An vectorstore' -> 'A vectorstore' (#29221)
- [x] **PR title**: "docs: Fix typo in documentation" - [x] **PR message**: - **Description:** Fixed a typo in the documentation, changing "An vectorstore" to "A vector store" for grammatical accuracy. - **Issue:** N/A (no issue filed for this typo fix) - **Dependencies:** None - **Twitter handle:** N/A - [x] **Add tests and docs**: This is a minor documentation fix that doesn't require additional tests or example notebooks. - [x] **Lint and test**: Run `make format`, `make lint` and `make test` from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/
1 parent d1cf103 commit bea5798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/concepts/retrievers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ LangChain has retrievers for many popular lexical search algorithms / engines.
9090
### Vector store
9191

9292
[Vector stores](/docs/concepts/vectorstores/) are a powerful and efficient way to index and retrieve unstructured data.
93-
An vectorstore can be used as a retriever by calling the `as_retriever()` method.
93+
A vectorstore can be used as a retriever by calling the `as_retriever()` method.
9494

9595
```python
9696
vectorstore = MyVectorStore()

0 commit comments

Comments
 (0)