mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-02 17:45:31 +00:00
fix(storage): Fix storage connector error (#1547)
Co-authored-by: dong <dongzhancai@iie2.com> Co-authored-by: Zhancai Dong <dongzhancai1@jd.com> Co-authored-by: aries_ckt <916701291@qq.com>
This commit is contained in:
@@ -109,6 +109,10 @@ class IndexStoreBase(ABC):
|
||||
index_name(str): The name of index to delete.
|
||||
"""
|
||||
|
||||
def vector_name_exists(self) -> bool:
|
||||
"""Whether name exists."""
|
||||
return True
|
||||
|
||||
def load_document_with_limit(
|
||||
self, chunks: List[Chunk], max_chunks_once_load: int = 10, max_threads: int = 1
|
||||
) -> List[str]:
|
||||
|
Reference in New Issue
Block a user