langchain_community: Fix typo bug (#17324)

Problem from #17095

This error wasn't in the v1.4.0
This commit is contained in:
Kononov Pavel 2024-02-09 18:27:33 +02:00 committed by GitHub
parent 344a227b5b
commit 15bc201967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -569,7 +569,7 @@ class Milvus(VectorStore):
if self.auto_id
else [x for x in self.fields]
)
for key in keys:
if key in keys:
insert_dict.setdefault(key, []).append(value)
# Total insert count