infiniflow / ragflow

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

how to run apps or whole project in local #1260

Open yangboz opened 1 week ago

yangboz commented 1 week ago

Describe your problem

anyway to run or debug the apps in api folder , for example "apps/dialog_app.py" , and I am wondering the apps meaning each one can be standalone running ?

and if could be , then how to run it ? after docker-compose -f docker-compose-base.yml running the basic service up . then what's the next ?

thanks.

KevinHuSh commented 1 week ago

I'm afraid that it can't run independently. You could use post man to debug or test it.

yangboz commented 1 week ago

I'm afraid that it can't run independently. You could use post man to debug or test it.

so , how you guys to run/debug it in local?

KevinHuSh commented 3 days ago

Start the server and use postman to debug the APIs

yangboz commented 3 days ago

Start the server and use postman to debug the APIs

sorry ,man , I mean debug in project codebase level . how to running and debug rag flow-server.py in terminal

yangboz commented 3 days ago

Start the server and use postman to debug the APIs

even with postman, there is no guide or document on it. if could be provided , we will be greatly appreciated.

thanks.