Feat/improve vector database logic (#1193)
Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
parent
60e0bbd713
commit
269a465fc4
14 changed files with 463 additions and 46 deletions
|
|
@ -46,6 +46,11 @@ class QdrantVectorStore(Qdrant):
|
|||
|
||||
self.client.delete_collection(collection_name=self.collection_name)
|
||||
|
||||
def delete_group(self):
|
||||
self._reload_if_needed()
|
||||
|
||||
self.client.delete_collection(collection_name=self.collection_name)
|
||||
|
||||
@classmethod
|
||||
def _document_from_scored_point(
|
||||
cls,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue