update doc (#22)
parent
74a08d07c2
commit
dcbf5be9cb
|
|
@ -254,9 +254,12 @@ Used to store uploaded data set files, team/tenant encryption keys, and other fi
|
|||
|
||||
* VECTOR_STORE
|
||||
|
||||
The available enum types include: `weaviate`, `qdrant`, `pinecone`, `milvus` (the last two are not yet available)
|
||||
|
||||
Both `milvus` and `zilliz` use the same configuration, both being `milvus`.
|
||||
- **Available enumeration types include:**
|
||||
- `weaviate`
|
||||
- `qdrant`
|
||||
- `milvus`
|
||||
- `zilliz` (share the same configuration as `milvus`)
|
||||
- `pinecone` (not yet open)
|
||||
* WEAVIATE_ENDPOINT
|
||||
|
||||
Weaviate endpoint address, such as: `http://weaviate:8080`.
|
||||
|
|
|
|||
|
|
@ -236,7 +236,13 @@ Flask 调试模式,开启可在接口输出 trace 信息,方便调试。
|
|||
|
||||
* VECTOR\_STORE
|
||||
|
||||
可使用的枚举类型包括:`weaviate`、`qdrant`、`pinecone`、`milvus`(后两个暂未开放)其中 `milvus`和 `zilliz` 为同一套配置,均为 `milvus`。
|
||||
- **可使用的枚举类型包括:**
|
||||
- `weaviate`
|
||||
- `qdrant`
|
||||
- `milvus`
|
||||
- `zilliz` 与 `milvus` 一致
|
||||
- `pinecone` (暂未开放)
|
||||
|
||||
* WEAVIATE\_ENDPOINT
|
||||
|
||||
Weaviate 端点地址,如:`http://weaviate:8080`。
|
||||
|
|
|
|||
Loading…
Reference in New Issue