infiniflow / ragflow

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

[Question]: A question about how ragflow is deployed locally. #2786

Open galen1980guo opened 4 weeks ago

galen1980guo commented 4 weeks ago

Describe your problem

If I want to integrate ragflow into my own project and integrate the web page shown in the demo into my own web page after modification, should I must use 'Launch service from source for development' , Can't deploy using docker images directly?

I would like to know the detailed differences and use cases between these two approaches. Thanks.

KevinHuSh commented 4 weeks ago

Developing with docker image/container is more promising and faster way.

zhoufei850437 commented 3 weeks ago

问题解决了吗?我也有同样的需求