Upload markdown files and chat with them
Files: {{ stats.total_files }}
Chunks: {{ stats.total_chunks }}
{% else %}No files uploaded yet
{% endif %}KB: {{ "Ready" if has_kb else "Not initialized" }}
Ollama: {{ "Connected" if has_agent else "Not available" }}
{% if not has_agent %}
Run: ollama pull gemma3:latest
Upload files to start chatting
{% elif not has_agent %}Ollama not available
{% endif %}