| raise ValueError('Dataset Collection Bindings is not exist!') | raise ValueError('Dataset Collection Bindings is not exist!') | ||||
| else: | else: | ||||
| if self._dataset.index_struct_dict: | 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 | collection_name = class_prefix | ||||
| else: | else: | ||||
| dataset_id = self._dataset.id | dataset_id = self._dataset.id |