chore: update qdrant_vector.py (#5128)

This commit is contained in:
Ikko Eltociear Ashimine 2024-06-13 16:35:14 +09:00 committed by GitHub
parent adc948e87c
commit a40f68cf94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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