ragflow
ragflow copied to clipboard
What conversation API base url should I use for certain ip and port?
Describe your problem
Facts:
- When run the api locally with base_url https://demo.ragflow.io/v1/, it works fine.
- Suppose I can login ragflow through: http://8.140.18.**:8280/login
Question: What base url should I use? I tried 'http://8.140.18.**:8280/v1', it doesn't work unfortunately.
Thanks, Zack
I think you can only access the demo site by demo. ragflow. io. I am not sure where this 8.140.18 come from.
@KevinHuSh "https://demo.ragflow.io" is the local host, not an internet address, how to access the api endpoint from another machine?
The port number should be 9380 which is used by the back end server.