{{ title }}

Ask questions about your documentation

{% if answer %}

Answer

{{ answer|safe }}
Sources
{% if matches %} {% for match in matches %}
{{ match.filename }}
{{ match.snippet }}
{% endfor %} {% else %}

No source documents matched this query.

{% endif %}
{% if model %}

Model used: {{ model }}

{% endif %}
{% endif %} {% if preview_matches %}

Document Matches for: {{ question }}

{% if preview_matches|length > 0 %} {% for match in preview_matches %}
{{ match.filename }}
{{ match.snippet }}
{% endfor %} {% else %}

No matching documents found.

{% endif %}
{% endif %} {% if error %}

Error

{{ error }}
{% endif %}