dify-helm icon indicating copy to clipboard operation
dify-helm copied to clipboard

Deploy langgenious/dify, an LLM based app on kubernetes with helm chart.

dify-helm

Github All Releases

Deploy langgenius/dify, an LLM based chat bot app on kubernetes with helm chart.

Installation

helm repo add dify https://borispolonsky.github.io/dify-helm
helm repo update
helm install my-release dify/dify

Supported Component

Components that could be deployed on kubernetes in current version

  • [x] core (api, worker, proxy)
  • [x] redis
  • [x] postgresql
  • [x] persistent storage
  • [ ] object storage
  • [x] weaviate
  • [ ] qdrant
  • [ ] milvus

External components that can be used by this app with proper configuration

  • [x] redis
  • [x] postgresql
  • [x] object storage
  • [x] weaviate
  • [x] qdrant
  • [X] milvus

Contributors