mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 13:36:15 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user