mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-02 00:28:00 +00:00
Update milvus_store.py
Reformatted the python script
This commit is contained in:
parent
61e5b7c03b
commit
bc80664eed
@ -749,8 +749,9 @@ class MilvusStore(VectorStoreBase):
|
||||
collection.flush()
|
||||
logger.info(f"Truncate Milvus collection {self.collection_name} success")
|
||||
else:
|
||||
logger.warning(f"Collection {self.collection_name} not found, skip truncate.")
|
||||
|
||||
logger.warning(
|
||||
f"Collection {self.collection_name} not found, skip truncate."
|
||||
)
|
||||
|
||||
def full_text_search(
|
||||
self, text: str, topk: int = 10, filters: Optional[MetadataFilters] = None
|
||||
|
Loading…
Reference in New Issue
Block a user