From e92e199ec1e6a042a57fcbcea9ee022fc5432486 Mon Sep 17 00:00:00 2001 From: Ofer Mendelevitch Date: Sat, 19 Aug 2023 16:59:50 -0700 Subject: [PATCH] fixed lint issue --- .../tests/integration_tests/vectorstores/test_vectara.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain/tests/integration_tests/vectorstores/test_vectara.py b/libs/langchain/tests/integration_tests/vectorstores/test_vectara.py index 5ed1d17343a..8fa3cd7f40d 100644 --- a/libs/langchain/tests/integration_tests/vectorstores/test_vectara.py +++ b/libs/langchain/tests/integration_tests/vectorstores/test_vectara.py @@ -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,