|
|
|
@@ -109,7 +109,7 @@ services: |
|
|
|
TENCENT_COS_SECRET_ID: 'your-secret-id' |
|
|
|
TENCENT_COS_REGION: 'your-region' |
|
|
|
TENCENT_COS_SCHEME: 'your-scheme' |
|
|
|
# The type of vector store to use. Supported values are `weaviate`, `qdrant`, `milvus`, `relyt`. |
|
|
|
# The type of vector store to use. Supported values are `weaviate`, `qdrant`, `milvus`, `relyt`,`pgvector`, `chroma`, 'opensearch', 'tidb_vector'. |
|
|
|
VECTOR_STORE: weaviate |
|
|
|
# The Weaviate endpoint URL. Only available when VECTOR_STORE is `weaviate`. |
|
|
|
WEAVIATE_ENDPOINT: http://weaviate:8080 |
|
|
|
@@ -284,7 +284,7 @@ services: |
|
|
|
TENCENT_COS_SECRET_ID: 'your-secret-id' |
|
|
|
TENCENT_COS_REGION: 'your-region' |
|
|
|
TENCENT_COS_SCHEME: 'your-scheme' |
|
|
|
# The type of vector store to use. Supported values are `weaviate`, `qdrant`, `milvus`, `relyt`, `pgvector`. |
|
|
|
# The type of vector store to use. Supported values are `weaviate`, `qdrant`, `milvus`, `relyt`, `pgvector`, `chroma`, 'opensearch', 'tidb_vector'. |
|
|
|
VECTOR_STORE: weaviate |
|
|
|
# The Weaviate endpoint URL. Only available when VECTOR_STORE is `weaviate`. |
|
|
|
WEAVIATE_ENDPOINT: http://weaviate:8080 |