mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-26 16:46:58 +00:00
Update README.rst
This commit is contained in:
parent
51a3851f93
commit
ce4adf3fd2
@ -100,7 +100,7 @@ However, if you prefer a PostgreSQL or MySQL backend for production, you can eas
|
|||||||
|
|
||||||
REST API
|
REST API
|
||||||
--------
|
--------
|
||||||
A simple REST API based on `FastAPI <https://fastapi.tiangolo.com/>`_ is included to answer questions at inference time. To serve the API, run :code:`uvicorn haystack.api.inference:app`.
|
A simple REST API based on `FastAPI <https://fastapi.tiangolo.com/>`_ is included to answer questions at inference time, collect & export user feedback on answers and allow basic monitoring of requests via Kibana. To serve the API, run :code:`gunicorn haystack.api.application:app -b 0.0.0.0:80 -k uvicorn.workers.UvicornWorker`.
|
||||||
You will find the Swagger API documentation at http://127.0.0.1:8000/docs
|
You will find the Swagger API documentation at http://127.0.0.1:8000/docs
|
||||||
|
|
||||||
Labeling Tool
|
Labeling Tool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user