mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
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:
This commit is contained in:
@@ -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]]
|
||||
)
|
||||
|
Reference in New Issue
Block a user