Welcome to the Document Analyzer Operator Platform documentation.
| Guide | Description |
|---|---|
| Quick Start | Quick reference card |
| Zero Config Setup | Automated setup (no .env editing) |
| Native Setup | Native setup without Docker |
| Windows Setup | Windows PowerShell quick setup |
| Auto Setup Guide | Automated setup walkthrough |
| Docker Setup | Docker-based deployment |
| Guide | Description |
|---|---|
| LLM Providers | Complete LLM provider configuration |
| Settings Management | UI-based settings management |
| OpenAI Compatible | OpenAI-compatible providers (Groq, Together AI, etc.) |
| Running with Poetry | Python dependency management |
| Guide | Description |
|---|---|
| Architecture | Complete system architecture |
| Agent Framework | Agent framework documentation |
| Workflow Engine | Workflow engine guide |
| Guide | Description |
|---|---|
| Implementation Summary | Complete implementation overview |
| LLM Implementation | LLM integration details |
| Settings Implementation | Settings system implementation |
| Auto Setup Summary | Automated setup implementation |
| OpenAI Compatible Implementation | OpenAI-compatible provider implementation |
| Guide | Description |
|---|---|
| API Reference | API endpoint documentation |
| Tools and Knowledge | Tools and knowledge infrastructure |
| Validation Report | Code validation report |
| Guide | Description |
|---|---|
| Troubleshooting | Common issues and solutions |
- Backend Docs:
backend/README.md - Frontend Docs:
frontend/README.md - Main README:
../README.md - Project Structure:
../PROJECT_STRUCTURE.md
When the backend is running, visit:
- Swagger UI: http://localhost:8000/docs
- ReDoc: http://localhost:8000/redoc
- Frontend Dashboard: http://localhost:3000
This documentation is organized by audience and purpose:
- Getting Started: For new users setting up the platform
- User Guides: For end-users configuring and using features
- Architecture: For developers understanding system design
- Implementation: For contributors implementing features
- Technical Reference: For API consumers and integrators
- Troubleshooting: For resolving common issues
Last Updated: March 2026 Version: 2.0.0