{% extends "base.html" %} {% set active_page = "ask" %} {% block title %}Ask — IETF Draft Analyzer{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Ask natural language questions about IETF AI/agent drafts. Answers are synthesized from the most relevant documents.
| # | Draft | Match | Score |
|---|---|---|---|
| {{ loop.index }} |
{{ src.title }}
{{ src.name }}
|
{% if src.match_type == 'both' %} both {% elif src.match_type == 'semantic' %} semantic {% else %} keyword {% endif %} | {{ "%.3f"|format(src.similarity) if src.similarity else "-" }} |