mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 00:23:25 +00:00
community[patch]: milvus will autoflush, manual flush is slowly (#19300)
reference: https://milvus.io/docs/configure_quota_limits.md#quotaAndLimitsflushRateenabled https://github.com/milvus-io/milvus/issues/31407 Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
parent
e65dc4b95b
commit
6e090280fd
@ -611,7 +611,6 @@ class Milvus(VectorStore):
|
||||
"Failed to insert batch starting at entity: %s/%s", i, total_count
|
||||
)
|
||||
raise e
|
||||
self.col.flush()
|
||||
return pks
|
||||
|
||||
def similarity_search(
|
||||
|
Loading…
Reference in New Issue
Block a user