[DOCS]:Update VECTOR_STORE Supported List in api/.env.example #191

Closed
opened 2026-02-16 05:19:25 -05:00 by yindo · 0 comments
Owner

Originally created by @lostingz on GitHub (Jul 17, 2025).

Type of Documentation Change

Content update

Documentation Page URL or Path

https://github.com/langgenius/dify/blob/main/api/.env.example

Current Content

# support: weaviate, qdrant, milvus, myscale, relyt, pgvecto_rs, pgvector, pgvector, chroma, opensearch, tidb_vector, couchbase, vikingdb, upstash, lindorm, oceanbase, opengauss, tablestore, matrixone

VECTOR_STORE=weaviate

Suggested Changes

# Supported values are weaviate, qdrant, milvus, myscale, relyt, pgvector, pgvecto-rs, chroma, opensearch, oracle, tencent, elasticsearch, elasticsearch-ja, analyticdb, couchbase, vikingdb, oceanbase, opengauss, tablestore,vastbase,tidb,tidb_on_qdrant,baidu,lindorm,huawei_cloud,upstash, matrixone.

VECTOR_STORE=weaviate

Reason for Change

The current comment for the VECTOR_STORE environment variable in api/.env.example is outdated and does not include all the vector database types currently supported by Dify. This can lead to confusion for users trying to configure the application with newly integrated vector stores.

Updating this list ensures the documentation accurately reflects the system's capabilities, improving clarity and user experience during setup.

Current (Outdated) Configuration:
#support: weaviate, qdrant, milvus, myscale, relyt, pgvecto_rs, pgvector, pgvector, chroma, opensearch, tidb_vector, couchbase, vikingdb, upstash, lindorm, oceanbase, opengauss, tablestore, matrixone
VECTOR_STORE=weaviate
Proposed (Updated) Configuration:
#Supported values are weaviate, qdrant, milvus, myscale, relyt, pgvector, pgvecto-rs, chroma, opensearch, oracle, tencent, elasticsearch, elasticsearch-ja, analyticdb, couchbase, vikingdb, oceanbase, opengauss, tablestore,vastbase,tidb,tidb_on_qdrant,baidu,lindorm,huawei_cloud,upstash, matrixone.
VECTOR_STORE=weaviate

Code of Conduct

Originally created by @lostingz on GitHub (Jul 17, 2025). ### Type of Documentation Change Content update ### Documentation Page URL or Path https://github.com/langgenius/dify/blob/main/api/.env.example ### Current Content `# support: weaviate, qdrant, milvus, myscale, relyt, pgvecto_rs, pgvector, pgvector, chroma, opensearch, tidb_vector, couchbase, vikingdb, upstash, lindorm, oceanbase, opengauss, tablestore, matrixone` `VECTOR_STORE=weaviate` ### Suggested Changes `# Supported values are `weaviate`, `qdrant`, `milvus`, `myscale`, `relyt`, `pgvector`, `pgvecto-rs`, `chroma`, `opensearch`, `oracle`, `tencent`, `elasticsearch`, `elasticsearch-ja`, `analyticdb`, `couchbase`, `vikingdb`, `oceanbase`, `opengauss`, `tablestore`,`vastbase`,`tidb`,`tidb_on_qdrant`,`baidu`,`lindorm`,`huawei_cloud`,`upstash`, `matrixone`.` `VECTOR_STORE=weaviate` ### Reason for Change The current comment for the `VECTOR_STORE` environment variable in `api/.env.example` is outdated and does not include all the vector database types currently supported by Dify. This can lead to confusion for users trying to configure the application with newly integrated vector stores. Updating this list ensures the documentation accurately reflects the system's capabilities, improving clarity and user experience during setup. **Current (Outdated) Configuration:** `#support: weaviate, qdrant, milvus, myscale, relyt, pgvecto_rs, pgvector, pgvector, chroma, opensearch, tidb_vector, couchbase, vikingdb, upstash, lindorm, oceanbase, opengauss, tablestore, matrixone` `VECTOR_STORE=weaviate` **Proposed (Updated) Configuration:** `#Supported values are weaviate, qdrant, milvus, myscale, relyt, pgvector, pgvecto-rs, chroma, opensearch, oracle, tencent, elasticsearch, elasticsearch-ja, analyticdb, couchbase, vikingdb, oceanbase, opengauss, tablestore,vastbase,tidb,tidb_on_qdrant,baidu,lindorm,huawei_cloud,upstash, matrixone.` `VECTOR_STORE=weaviate` ### Code of Conduct - [x] #339
yindo added the documentation label 2026-02-16 05:19:25 -05:00
yindo closed this issue 2026-02-16 05:19:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#191