소스 검색

chore: update qdrant_vector.py (#5128)

Ikko Eltociear Ashimine 11 달 전
부모
커밋
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,