Add analyzer_params config for milvus vectordb (#18180)
This commit is contained in:
parent
a1d20085e6
commit
e8d98e3d89
5 changed files with 24 additions and 8 deletions
|
|
@ -410,6 +410,7 @@ MILVUS_TOKEN=
|
|||
MILVUS_USER=
|
||||
MILVUS_PASSWORD=
|
||||
MILVUS_ENABLE_HYBRID_SEARCH=False
|
||||
MILVUS_ANALYZER_PARAMS=
|
||||
|
||||
# MyScale configuration, only available when VECTOR_STORE is `myscale`
|
||||
# For multi-language support, please set MYSCALE_FTS_PARAMS with referring to:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue