You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the GST rate on online gaming contest prizes in India?
text
UAE VAT on financial services
text
TDS under Section 194B on winnings
text
UAE Corporate Tax free zone treatment
inference
false
⚖️ LexRAG — The Legal Intelligence Terminal
Enterprise-Grade Hybrid RAG for UAE & Indian Law, Taxation & Compliance
What is LexRAG?
LexRAG is a professional-grade, high-performance Retrieval-Augmented Generation (RAG) platform purpose-built for UAE and Indian laws, taxation, accounting standards, and corporate compliance. It combines hybrid dense-sparse retrieval, neural reranking, auto-jurisdiction detection, and multi-provider LLM streaming into a zero-latency terminal interface.
⚡ Built by Evolucent AI — Premium Legal Technology Solutions
🛠️ Engineered by Eulogik — Enterprise AI & Systems Integration
Key Capabilities
Capability
Technology
Dense Retrieval
BAAI/bge-small-en-v1.5 via fastembed
Sparse Retrieval
prithivida/Splade_PP_en_v1 via fastembed
Hybrid Fusion
Reciprocal Rank Fusion (RRF)
Neural Reranker
BAAI/bge-reranker-base (CrossEncoder)
Vector Database
Qdrant (on-disk, no Docker required)
LLM Providers
Groq, OpenRouter, Ollama (dynamic model catalog)
Jurisdiction
Auto-detect India/UAE/Both with manual override
Confidence Tiers
GROUNDED / PARTIAL / SYNTHESIZED
Streaming
SSE with heartbeat keep-alive
Persistence
SQLite chat history with session management
Quick Start
# Install from PyPI
pip install lexrag
# Or clone from source
git clone https://github.com/eulogik/LexRAG.git
cd LexRAG
pip install -r requirements.txt
# Configure
cp .env.example .env
# Edit .env with your API keys# Run
python -m uvicorn api.main:app --host 0.0.0.0 --port 8000
# Open http://localhost:8000