System Status
Monitor API health and system statistics
API Health
Checking...Vector Database
Documents
Technical Stack
Backend
- • FastAPI 0.115.6
- • Python 3.10+
- • LangChain 0.3.13
AI/ML
- • Google Gemini Pro
- • HuggingFace
- • RAG Pipeline
Storage
- • ChromaDB 0.5.23
- • Local File System
- • Vector Embeddings
Frontend
- • Next.js 16
- • React 19
- • TailwindCSS
API Endpoints
| Endpoint | Method | Description |
|---|---|---|
| /api/health | GET | Health check |
| /api/stats | GET | System statistics |
| /api/documents/upload | POST | Upload PDF |
| /api/documents | GET | List documents |
| /api/documents/process | POST | Process documents |
| /api/query | POST | Ask a question |
| /api/chat | POST | Chat message |
| /api/search | POST | Semantic search |