From 2f8eb95a91a6441c425aa53e87d627a751527380 Mon Sep 17 00:00:00 2001 From: yujiosaka Date: Thu, 18 May 2023 00:53:03 +0900 Subject: [PATCH] Remove unnecessary comment (#4845) # Remove unnecessary comment Remove unnecessary comment accidentally included in #4800 ## Before submitting - no test - no document ## Who can review? Community members can review the PR once tests pass. Tag maintainers/contributors who might be interested: --- .../integration_tests/retrievers/test_weaviate_hybrid_search.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration_tests/retrievers/test_weaviate_hybrid_search.py b/tests/integration_tests/retrievers/test_weaviate_hybrid_search.py index fabdbb97eba..581bfe9e231 100644 --- a/tests/integration_tests/retrievers/test_weaviate_hybrid_search.py +++ b/tests/integration_tests/retrievers/test_weaviate_hybrid_search.py @@ -104,7 +104,6 @@ class TestWeaviateHybridSearchRetriever: attributes=["page"], ) for i, text in enumerate(texts): - # hoge retriever.add_documents( [Document(page_content=text, metadata=metadatas[i])], uuids=[uuids[i]] )