infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
16.42k stars 1.67k forks source link

How to deploy based on kubernetes? #864

Open tuninger opened 3 months ago

tuninger commented 3 months ago

Describe your problem

How to deploy based on kubernetes? What I mean is that ragflow is currently supported to be deployed through docker-compose. When will it be supported to deploy ragflow through helm charts or yaml files?

Kraego commented 1 month ago

kustomize would be nice too

janineguo commented 3 weeks ago

@KevinHuSh Are there any updates on this feature? I have converted all the Docker Compose files to YAML format. If this feature is still being addressed, I can take care of this task and use Helm to make it easier to install on Kubernetes.