mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-02 21:23:32 +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:
parent
e257380deb
commit
2f8eb95a91
@ -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…
Reference in New Issue
Block a user