Markus Paff b752da1cd5
Add docs v0.6.0 (#689)
* new docs version

* updated directory structure

* Add pipelines page

* Add Finder deprecation suggestion

* header for pipelines file

* Document MySQL support

* Mention DPR train tutorial coming soon

* Mention open distro ES

* Update doc strings regarding similarity fn

* Add link to API docs

* Wrap pipelines docs in box

* add api reference for pipelines

* copied latest version to v0.6.0

* Remove space

* Remove space

* Copy to v0.6.0

Co-authored-by: brandenchan <brandenchan@icloud.com>
2020-12-18 12:47:27 +01:00

14 lines
476 B
ReStructuredText

Tutorials
====================================
.. toctree::
:maxdepth: 4
:caption: Contents:
1) Using Haystack to search through your own documents <tutorials/1>
2) Make Haystack understand your jargon <tutorials/2>
3) Connect Haystack to your Datastore of choice <tutorials/3>
4) Answer incoming questions using FAQ pages <tutorials/4>
5) Benchmark the different components of Haystack <tutorials/5>
6) SoTA: Powerup Haystack with DPR <tutorials/6>