mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 02:50:47 +00:00
fixed lint issue
This commit is contained in:
@@ -57,7 +57,7 @@ def test_vectara_add_documents() -> None:
|
||||
assert output1[1].metadata["abbr"] == "ir"
|
||||
|
||||
# test with metadata filter (doc level)
|
||||
# since the query does not match test_num=1 directly we get RAG as the matching result
|
||||
# since the query does not match test_num=1 directly we get "RAG" as the result
|
||||
output2 = docsearch.similarity_search(
|
||||
"large language model",
|
||||
k=1,
|
||||
|
Reference in New Issue
Block a user