fix: init qdrant vector max recursion (#2909)

pull/2918/head
Qiwen Tong 2 years ago committed by GitHub
parent d018e279f8
commit 180775a0ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -66,7 +66,7 @@ class Vector:
raise ValueError('Dataset Collection Bindings is not exist!')
else:
if self._dataset.index_struct_dict:
class_prefix: str = self.dataset.index_struct_dict['vector_store']['class_prefix']
class_prefix: str = self._dataset.index_struct_dict['vector_store']['class_prefix']
collection_name = class_prefix
else:
dataset_id = self._dataset.id

Loading…
Cancel
Save