{% extends "base.html" %} {% block title %}rocketrag - Home{% endblock %} {% block page_title %}🚀RocketRAG{% endblock %} {% block page_description %}Fast, efficient, minimal, extendible and elegant RAG{% endblock %} {% block styles %} {% endblock %} {% block content %}

API Endpoints

POST /ask - Ask questions to your knowledge base POST /ask/stream - Stream responses for real-time answers GET /health - Check API health status
{% endblock %}