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.
Prerequisites
Before installing Arivu, ensure you have the following configurations available in your environment:- Python 3.10+ (Arivu depends heavily on the modern AsyncIO stack)
- Operating System: Linux, macOS, or Windows (via WSL2 recommended)
- At least one live database endpoint (PostgreSQL, MySQL, or a local SQLite file)
- An API Key for your preferred Language Model (e.g.,
OPENAI_API_KEY,ANTHROPIC_API_KEY)
Installation
The Arivu core engine is distributed via PyPI. You can install it natively using pip or your preferred package manager (e.g., poetry, pdm, uv).Initialize the Arivu Engine
To begin executing natural language queries against your database, you must first initialize an Arivu engine binding. Ensure that your API keys are visible in your environment
.env.main.py

