mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 10:23:30 +00:00
Update vectorstore.mdx[Make an improvement] (#12252)
correct some grammatical errors
This commit is contained in:
parent
3d74d5e24d
commit
04d58018e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user