diff --git a/docs/docs/modules/data_connection/retrievers/vectorstore.mdx b/docs/docs/modules/data_connection/retrievers/vectorstore.mdx index dc8d5906f2..2fed725d20 100644 --- a/docs/docs/modules/data_connection/retrievers/vectorstore.mdx +++ b/docs/docs/modules/data_connection/retrievers/vectorstore.mdx @@ -56,7 +56,7 @@ docs = retriever.get_relevant_documents("what did he say about ketanji brown jac ## Similarity score threshold retrieval -You can also a retrieval method that sets a similarity score threshold and only returns documents with a score above that threshold. +You can also set a retrieval method that sets a similarity score threshold and only returns documents with a score above that threshold. ```python