mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-03 03:38:08 +08:00
chore: update qdrant_vector.py (#5128)
This commit is contained in:
parent
adc948e87c
commit
a40f68cf94
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user