{% extends "base.html" %} {% block title %}Ask - Talkpipe Vault{% endblock %} {% block container_class %}container{% endblock %} {% block content %} {% if messages %} {% for msg in messages %} {% if msg.role == 'assistant' %} {% endif %} {% endfor %} {% endif %} {% if error %} {% endif %} {% if answered_by %} {% endif %} {% if citations %} {% endif %}
💬

Ask a Question

Each question is answered independently using your vault's documents, with source chunks shown below the answer.

Press Enter to ask, or Shift+Enter for a new line.

{% include "_document_modal.html" %} {% endblock %}