mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
Update milvus_multitenancy.py (#19680)
This commit is contained in:
parent
7b16637043
commit
0a14196afb
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue