瀏覽代碼

chore: update qdrant_vector.py (#5128)

Ikko Eltociear Ashimine 10 月之前
父節點
當前提交
a40f68cf94
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/core/rag/datasource/vdb/qdrant/qdrant_vector.py

+ 1 - 1
api/core/rag/datasource/vdb/qdrant/qdrant_vector.py

@@ -128,7 +128,7 @@ class QdrantVector(BaseVector):
                 # create doc_id payload index
                 self._client.create_payload_index(collection_name, Field.DOC_ID.value,
                                                   field_schema=PayloadSchemaType.KEYWORD)
-                # creat full text index
+                # create full text index
                 text_index_params = TextIndexParams(
                     type=TextIndexType.TEXT,
                     tokenizer=TokenizerType.MULTILINGUAL,