update doc (#22)

pull/23/head
crazywoola 2023-10-13 11:10:13 +08:00 committed by GitHub
parent 74a08d07c2
commit dcbf5be9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 4 deletions

View File

@ -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`.

View File

@ -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`。