mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 08:03:39 +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
|
if self.auto_id
|
||||||
else [x for x in self.fields]
|
else [x for x in self.fields]
|
||||||
)
|
)
|
||||||
for key in keys:
|
if key in keys:
|
||||||
insert_dict.setdefault(key, []).append(value)
|
insert_dict.setdefault(key, []).append(value)
|
||||||
|
|
||||||
# Total insert count
|
# Total insert count
|
||||||
|
Loading…
Reference in New Issue
Block a user