Is there an existing issue for the same feature request?
[X] I have checked the existing issues.
Is your feature request related to a problem?
Unnecessary resources consumption on Kubernetes
Describe the feature you'd like
Currently, ragflow couples several infrastructure resources such as proxy, S3 storage (minio) and database into one image. This is redundant and problematic for Kubernetes environments where those services all provides via external services.
Describe implementation you've considered
Split project into 2 different containers - essential one with ragflow-specific code and all-in-one that includes essentials + proxy + minio.
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
Describe the feature you'd like
Currently, ragflow couples several infrastructure resources such as proxy, S3 storage (minio) and database into one image. This is redundant and problematic for Kubernetes environments where those services all provides via external services.
Describe implementation you've considered
Split project into 2 different containers - essential one with ragflow-specific code and all-in-one that includes essentials + proxy + minio.
Documentation, adoption, use case
No response
Additional information
No response