ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Feature Request]: Decouple infrastructure services from ragflow

Open Expro opened this issue 1 year ago • 1 comments

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.

Documentation, adoption, use case

No response

Additional information

No response

Expro avatar May 01 '24 09:05 Expro

Good suggestion and feature. Thanks!

KevinHuSh avatar May 01 '24 11:05 KevinHuSh