📚 RAG Management

Retrieval-Augmented Generation knowledge base

{{ total_documents }}

Total Documents

{{ global_documents }}

Global RAG

{{ local_documents }}

Local RAG

RAG Status

{% if rag_enabled %}

✅ RAG System Active

Dual RAG system is running with {{ total_documents }} documents across all applications.

{% if domains_with_rag %}

Domains with RAG

{% for item in domains_with_rag %}

{{ item.domain }}

Application: {{ item.app }}

{% endfor %}
{% endif %}

About Dual RAG

{% else %}

RAG System Not Active

No RAG documents found. Start a chatbot or application with RAG enabled to see documents here.

Medical Chatbot (with RAG): python chatbot_app/medical_app/enhanced_medical_chatbot_fixed.py

{% endif %}