Agentic RAG Help

A quick guide to utilizing your full-stack AI platform.

Architecture Overview

This application is powered by a multi-agent LangGraph system consisting of specialized agents:

1. Validation Agent: Ensures final chatbot responses don't include hallucinations or expose unauthorized information.
2. DB Agent: Safely queries your mapped MySQL databases directly via Natural Language to SQL.
3. Tool Agent: Utilizes custom tools, for example directly sending emails securely using configured SMTP.
4. Retriever Agent: Performs similarity searches on company documents and PDFs.

Secure Configuration

Under the Settings page, you can dynamically upload your API and DB credentials. These are encrypted heavily at rest using Symmetric Fernet Encryption to ensure that any data stored in our internal SQLite cache cannot be intercepted.