mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[DOCS]:Update VECTOR_STORE Supported List in api/.env.example #191
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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, matrixoneVECTOR_STORE=weaviateSuggested Changes
# Supported values areweaviate,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=weaviateReason for Change
The current comment for the
VECTOR_STOREenvironment variable inapi/.env.exampleis 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, matrixoneVECTOR_STORE=weaviateProposed (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=weaviateCode of Conduct