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:
docker
yujiosaka 1 year ago committed by GitHub
parent e257380deb
commit 2f8eb95a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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]]
)

Loading…
Cancel
Save