Update vectorstore.mdx[Make an improvement] (#12252)

correct some grammatical errors
This commit is contained in:
Silva
2023-10-26 03:00:53 +08:00
committed by GitHub
parent 3d74d5e24d
commit 04d58018e1

View File

@@ -56,7 +56,7 @@ docs = retriever.get_relevant_documents("what did he say about ketanji brown jac
## Similarity score threshold retrieval ## 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 ```python