How to specify a vector database #4308
-
when self-hosting,do we need to specify a vector databae or it is automatically? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In the docker-compose.yaml file (https://github.com/langgenius/dify/blob/main/docker/docker-compose.yaml) you can specify what Vector DB you want to use (default: |
Beta Was this translation helpful? Give feedback.
-
isnt it possible to change the vector DB in cloud version ? |
Beta Was this translation helpful? Give feedback.
In the docker-compose.yaml file (https://github.com/langgenius/dify/blob/main/docker/docker-compose.yaml) you can specify what Vector DB you want to use (default:
weaviate
, available:weaviate
,qdrant
,milvus
,relyt
) - please remember to uncomment container if you choose not the default DB. You have to also changeVECTOR_STORE
env https://github.com/langgenius/dify/blob/main/docker/docker-compose.yaml#L93