mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
fixed lint issue
This commit is contained in:
parent
90fd840fb1
commit
e92e199ec1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user