diff --git a/en/getting-started/install-self-hosted/environments.md b/en/getting-started/install-self-hosted/environments.md index 18364b7..cb27923 100644 --- a/en/getting-started/install-self-hosted/environments.md +++ b/en/getting-started/install-self-hosted/environments.md @@ -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`. diff --git a/zh_CN/getting-started/install-self-hosted/environments.md b/zh_CN/getting-started/install-self-hosted/environments.md index 736fc1f..dea432a 100644 --- a/zh_CN/getting-started/install-self-hosted/environments.md +++ b/zh_CN/getting-started/install-self-hosted/environments.md @@ -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`。