mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-19 15:01:40 +00:00

* 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>
14 lines
286 B
HTML
14 lines
286 B
HTML
{%- extends "!layout.html" %}
|
|
{% block menu %}
|
|
<h2>Table of Contents</h2>
|
|
{{ super() }}
|
|
|
|
<h2>More Help</h2>
|
|
<ul>
|
|
<li><a href="">deepset Homepage</a></li>
|
|
<li><a href="">Contact Us</a></li>
|
|
<li><a href="">Issue Tracker</a></li>
|
|
<li><a href="">Download Docs</a></li>
|
|
</ul>
|
|
{% endblock %}
|