mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 12:18:24 +00:00
fixed typo in spelling
This commit is contained in:
parent
a5450be32e
commit
318a21e267
@ -259,7 +259,7 @@ class Vectara(VectorStore):
|
|||||||
filter can be "doc.rating > 3.0 and part.lang = 'deu'"} see
|
filter can be "doc.rating > 3.0 and part.lang = 'deu'"} see
|
||||||
https://docs.vectara.com/docs/search-apis/sql/filter-overview
|
https://docs.vectara.com/docs/search-apis/sql/filter-overview
|
||||||
for more details.
|
for more details.
|
||||||
score_threshold: minimal score thresold for the result.
|
score_threshold: minimal score threshold for the result.
|
||||||
If defined, results with score less than this value will be
|
If defined, results with score less than this value will be
|
||||||
filtered out.
|
filtered out.
|
||||||
n_sentence_context: number of sentences before/after the matching segment
|
n_sentence_context: number of sentences before/after the matching segment
|
||||||
|
Loading…
Reference in New Issue
Block a user