mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
Update milvus_multitenancy.py (#19680)
This commit is contained in:
@@ -157,7 +157,6 @@ class MilvusClient(VectorDBBase):
|
||||
for item in items
|
||||
]
|
||||
collection.insert(entities)
|
||||
collection.flush()
|
||||
|
||||
def search(
|
||||
self, collection_name: str, vectors: List[List[float]], limit: int
|
||||
|
||||
Reference in New Issue
Block a user