Update README.rst

This commit is contained in:
Malte Pietsch 2020-02-09 12:06:02 +01:00 committed by GitHub
parent d6b99fb470
commit 2e46e3a5d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,8 @@ Components
3. **Finder**: Glues together a Reader and a Retriever as a pipeline to provide an easy-to-use question answering interface.
4. **Labeling Tool**: (Coming soon)
4. **Labeling Tool**: `Hosted version <https://annotate.deepset.ai/login>`_ (Beta), Docker images (coming soon)
Resources
=========
@ -90,3 +91,13 @@ 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`.
You will find the Swagger API documentation at http://127.0.0.1:8000/docs
Labeling Tool
=============
- Use the `hosted version <https://annotate.deepset.ai/login>`_ (Beta) or deploy it yourself via Docker images (coming soon)
- Create labels with different annotation techniques: Create questions (+ answers) while reading passages (~ SQuAD style) or have a set of predefined questions and look for answers in the document (~ Natural Questions style).
- Structure your work via organizations, projects, users
- Upload your documents or import labels from an existing SQuAD
- Coming soon: more file formats for document upload, metrics for label quality ...
.. image:: https://raw.githubusercontent.com/deepset-ai/haystack/master/docs/img/annotation_tool.png