ragflow
ragflow copied to clipboard
how to run apps or whole project in local
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.
I'm afraid that it can't run independently. You could use post man to debug or test it.
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?
Start the server and use postman to debug the APIs
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
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.
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. you can refer to this https://ragflow.io/docs/dev/faq#9-how-to-upgrade-ragflow
Start the server and use postman to debug the APIs
even with postman, there is no guide with condo/pip. source code way on it. if could be provided , we will be greatly appreciated. thanks. you can refer to this https://ragflow.io/docs/dev/faq#9-how-to-upgrade-ragflow
most parts of it is docker based, how about codebase level with conda/pip source code way ?
Please refer to this
@KevinHuSh I still don’t quite understand, how to debug the code locally, you can set the type of breakpoint