📚 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 Ready

No RAG documents found. Upload documents via RAG Management or start an application with RAG enabled.

Use the RAG Management page to upload PDF, Excel, and text documents.

{% endif %}