Skip to main content

Documentation Index

Fetch the complete documentation index at: https://arivu.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Chat Interface
The Chat interface is the heart of the Arivu Dashboard. It transforms natural language into verified SQL, executes it against your connected database, and returns rich, interactive results.

Response Modes

Every assistant response supports three distinct views, organized in a tabbed card:
The LLM’s natural language summary of the data, rendered in Markdown. Includes reasoning and contextual explanations.

Smart Features

After every response, Arivu generates 3 contextual follow-up questions as clickable bubbles. These are schema-aware and guide you deeper into your data.
If you ask the same question twice within 5 minutes, Arivu instantly returns the cached result without re-running the pipeline.
If the generated SQL has a syntax error, the query_verifier loops back to the sql_generator automatically. Up to 3 retries before escalating to the error boundary.