mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
langchain_community: Fix typo bug (#17324)
Problem from #17095 This error wasn't in the v1.4.0
This commit is contained in:
parent
344a227b5b
commit
15bc201967
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user