Commit Graph

2 Commits

Author SHA1 Message Date
Jeff Emmett 9ba439abef Add web UI for document extraction, summarization, and indexing
Features:
- Clean responsive interface with dark theme
- File upload with drag-and-drop support
- URL input for remote documents
- Summary style selection (concise, bullet points, detailed, etc.)
- Optional indexing to vector knowledge base
- Real-time processing status
- Tabbed results view (summary, full content, transcript)
- Stats dashboard showing processing metrics

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 22:04:17 -08:00
Jeff Emmett 4ed909dbc4 Initial docling-service: document extraction for AI stack
- FastAPI service using IBM Docling for document extraction
- Supports PDF, DOCX, PPTX, XLSX, HTML, images with OCR
- Integrates with AI Orchestrator (Ollama) for summarization
- Routes audio to RunPod Whisper for transcription
- Optional indexing to Semantic Search service
- Docker + Traefik configuration for RS 8000 deployment
- Python client library included

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 20:47:42 -08:00