fix: init qdrant vector max recursion (#2909)
This commit is contained in:
parent
d018e279f8
commit
180775a0ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue