mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 03:57:19 +00:00
Use port 8000 in docs (#357)
This commit is contained in:
parent
a634eee40c
commit
26e4e7ad7a
@ -248,9 +248,9 @@ A simple REST API based on `FastAPI <https://fastapi.tiangolo.com/>`_ is provide
|
||||
|
||||
To serve the API, adjust the values in :code:`rest_api/config.py` and run::
|
||||
|
||||
gunicorn rest_api.application:app -b 0.0.0.0:80 -k uvicorn.workers.UvicornWorker
|
||||
gunicorn rest_api.application:app -b 0.0.0.0:8000 -k uvicorn.workers.UvicornWorker
|
||||
|
||||
You will find the Swagger API documentation at http://127.0.0.1:80/docs
|
||||
You will find the Swagger API documentation at http://127.0.0.1:8000/docs
|
||||
|
||||
|
||||
6. Labeling Tool
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user