diff --git a/tests/integration_tests/retrievers/test_weaviate_hybrid_search.py b/tests/integration_tests/retrievers/test_weaviate_hybrid_search.py index fabdbb97..581bfe9e 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]] )