Commit b5b2c7ad authored by 杨翌文's avatar 杨翌文

feature: 移除插入后flush

parent 283c6b10
...@@ -43,7 +43,6 @@ public class MilvusVectorStoreFacade implements VectorStoreService { ...@@ -43,7 +43,6 @@ public class MilvusVectorStoreFacade implements VectorStoreService {
.collectionName(collection) .collectionName(collection)
.databaseName(database) .databaseName(database)
.port(port) .port(port)
.autoFlushOnInsert(true)
.build(); .build();
log.info("milvus链接成功"); log.info("milvus链接成功");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment