severian42 / GraphRAG-Local-UI

GraphRAG using Local LLMs - Features robust API and multiple apps for Indexing/Prompt Tuning/Query/Chat/Visualizing/Etc. This is meant to be the ultimate GraphRAG/KG local LLM app.
MIT License
1.51k stars 173 forks source link

Can API server url be browsed? #72

Open dongyingname opened 1 month ago

dongyingname commented 1 month ago

image image image

When i started api server, and I clicked the url http://0.0.0.0:8012, the page showed the erorr as shown in the pictures.

severian42 commented 1 month ago

Hey! The docs for the API are at http://0.0.0.0:8012/docs

dongyingname commented 1 month ago

Hey! The docs for the API are at http://0.0.0.0:8012/docs

image image

nope, the page not showing.

dongyingname commented 1 month ago

Hey! The docs for the API are at http://0.0.0.0:8012/docs

Am I supposed to see anything on http://0.0.0.0:8012?

GV-megumi commented 1 month ago

127.0.0.1

Tovi163 commented 1 month ago

Hey! The docs for the API are at http://0.0.0.0:8012/docs

image image

nope, the page not showing.

@dongyingname

python api.py --host 0.0.0.0 --port 8012 --reload

It depends on which --host and --port you are pointing to