mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 12:00:46 +00:00
fix:storage add collection
This commit is contained in:
@@ -176,3 +176,7 @@ class VectorStoreBase(IndexStoreBase, ABC):
|
||||
def truncate(self) -> List[str]:
|
||||
"""Truncate the collection."""
|
||||
raise NotImplementedError
|
||||
|
||||
def create_collection(self, collection_name: str, **kwargs) -> Any:
|
||||
"""Create the collection."""
|
||||
raise NotImplementedError
|
||||
|
Reference in New Issue
Block a user