Skip to content

Commit e64bafe

Browse files
Fixes typo in Vectara.similarity_search (#6277)
Fixes a simple typo. @hwchase17 @dev2049 Co-authored-by: Georgian Sarghi <[email protected]>
1 parent 112695e commit e64bafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langchain/vectorstores/vectara.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def similarity_search(
266266
docs_and_scores = self.similarity_search_with_score(
267267
query,
268268
k=k,
269-
lamnbda_val=lambda_val,
269+
lambda_val=lambda_val,
270270
filter=filter,
271271
n_sentence_context=n_sentence_context,
272272
**kwargs,

0 commit comments

Comments
 (0)