update environments: add MyScale Vector Configuration (#151)
parent
8f0781fd7a
commit
8691410346
|
|
@ -208,6 +208,7 @@ Used to store uploaded data set files, team/tenant encryption keys, and other fi
|
|||
* `qdrant`
|
||||
* `milvus`
|
||||
* `zilliz` (share the same configuration as `milvus`)
|
||||
* `myscale`
|
||||
* `pinecone` (not yet open)
|
||||
* WEAVIATE\_ENDPOINT
|
||||
|
||||
|
|
@ -250,6 +251,24 @@ Used to store uploaded data set files, team/tenant encryption keys, and other fi
|
|||
* MILVUS\_SECURE
|
||||
|
||||
Whether Milvus uses SSL connection, default is false.
|
||||
* MYSCALE\_HOST
|
||||
|
||||
MyScale host configuration.
|
||||
* MYSCALE\_PORT
|
||||
|
||||
MyScale port configuration.
|
||||
* MYSCALE\_USER
|
||||
|
||||
MyScale user configuration, default is `default`.
|
||||
* MYSCALE\_PASSWORD
|
||||
|
||||
MyScale password configuration, default is empty.
|
||||
* MYSCALE\_DATABASE
|
||||
|
||||
MyScale database configuration, default is `default`.
|
||||
* MYSCALE\_FTS\_PARAMS
|
||||
|
||||
MyScale text-search params, check [MyScale docs](https://myscale.com/docs/en/text-search/#understanding-fts-index-parameters) for multi-language support, default is empty.
|
||||
|
||||
#### Knowledge Configuration
|
||||
|
||||
|
|
|
|||
|
|
@ -200,6 +200,7 @@ Flask 调试模式,开启可在接口输出 trace 信息,方便调试。
|
|||
* `qdrant`
|
||||
* `milvus`
|
||||
* `zilliz` 与 `milvus` 一致
|
||||
* `myscale`
|
||||
* `pinecone` (暂未开放)
|
||||
* `tidb_vector`
|
||||
* WEAVIATE\_ENDPOINT
|
||||
|
|
@ -241,6 +242,24 @@ Flask 调试模式,开启可在接口输出 trace 信息,方便调试。
|
|||
* MILVUS\_SECURE
|
||||
|
||||
Milvus 是否使用 SSL 连接,默认 false。
|
||||
* MYSCALE\_HOST
|
||||
|
||||
MyScale host 配置。
|
||||
* MYSCALE\_PORT
|
||||
|
||||
MyScale port 配置。
|
||||
* MYSCALE\_USER
|
||||
|
||||
MyScale 用户名配置,默认为 `default`。
|
||||
* MYSCALE\_PASSWORD
|
||||
|
||||
MyScale 密码配置,默认为空。
|
||||
* MYSCALE\_DATABASE
|
||||
|
||||
MyScale 数据库配置,默认为 `default`。
|
||||
* MYSCALE\_FTS\_PARAMS
|
||||
|
||||
MyScale 全文搜索配置, 如需多语言支持,请参考 [MyScale 文档](https://myscale.com/docs/en/text-search/#understanding-fts-index-parameters),默认为空(仅支持英语)。
|
||||
|
||||
* TIDB\_VECTOR\_HOST
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue