{% extends "base.html" %} {% block title %}Chat - Llamaball{% endblock %} {% block content %}

Chat with Your Documents

Ask questions about your documents using natural language. Database contains {{ stats.documents }} documents with {{ stats.embeddings }} embeddings.

Conversation
Llamaball Assistant

Hello! I'm ready to help you explore your documents. Ask me anything about the content in your knowledge base.

Chat Settings

Session Info
Session ID: {{ session_id }}
Messages: 0
Quick Actions
{% endblock %} {% block extra_js %} {% endblock %}