โ
System Status: Built In Minimal Processor Active
๐ Documents: 1
๐ Clauses: 5
๐ Environment: Production (Vercel)
๐งช Test Query Processing
๐ฏ Sample Queries
46-year-old male, knee surgery in Pune, 3-month-old insurance policy
What is the waiting period for pre-existing diseases?
Does this policy cover maternity expenses?
Grace period for premium payment
Emergency treatment coverage
๐ API Endpoints
GET / - Interactive interface (this page)
POST /process_query - Main query processing endpoint
POST /hackrx/run - Hackathon submission endpoint
GET /health - System health check
GET /docs - API documentation (Swagger)
GET /stats - System statistics
๐ Problem Statement Compliance
โ
Parse natural language queries to identify key details
โ
Search relevant clauses using semantic understanding
โ
Evaluate information to determine correct decisions
โ
Return structured JSON responses with clause mappings
โ
Handle vague/incomplete queries with robust fallbacks
โ
Explain decisions by referencing exact policy clauses