From 318a21e2677908267e82fb91be93a106e4ff52dc Mon Sep 17 00:00:00 2001 From: Ofer Mendelevitch Date: Mon, 28 Aug 2023 23:01:11 -0700 Subject: [PATCH] fixed typo in spelling --- libs/langchain/langchain/vectorstores/vectara.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain/langchain/vectorstores/vectara.py b/libs/langchain/langchain/vectorstores/vectara.py index c60048bbb76..8f041369de0 100644 --- a/libs/langchain/langchain/vectorstores/vectara.py +++ b/libs/langchain/langchain/vectorstores/vectara.py @@ -259,7 +259,7 @@ class Vectara(VectorStore): filter can be "doc.rating > 3.0 and part.lang = 'deu'"} see https://docs.vectara.com/docs/search-apis/sql/filter-overview 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 filtered out. n_sentence_context: number of sentences before/after the matching segment