Просмотр исходного кода

chore: update qdrant_vector.py (#5128)

Ikko Eltociear Ashimine 10 месяцев назад
Родитель
Сommit
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,