clean vector collection redis cache (#6494)

This commit is contained in:
Jyong
2024-07-21 15:09:09 +08:00
committed by GitHub
parent c57b3931d5
commit f38034e455
4 changed files with 21 additions and 11 deletions

View File

@@ -198,8 +198,6 @@ class TencentVector(BaseVector):
self._db.drop_collection(name=self._collection_name)
class TencentVectorFactory(AbstractVectorFactory):
def init_vector(self, dataset: Dataset, attributes: list, embeddings: Embeddings) -> TencentVector: