ソースを参照

fix: init qdrant vector max recursion (#2909)

tags/0.6.0-preview-workflow.1
Qiwen Tong 1年前
コミット
180775a0ec
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      api/core/rag/datasource/vdb/vector_factory.py

+ 1
- 1
api/core/rag/datasource/vdb/vector_factory.py ファイルの表示

@@ -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

読み込み中…
キャンセル
保存