Commit Graph

3 Commits

Author SHA1 Message Date
Johan Jongsma 1e51f0d518 Switch from Claude to K2.5 via Fireworks (cheaper)
- Use Fireworks API (OpenAI-compatible) instead of Anthropic
- Model: accounts/fireworks/models/k2-5-kimi-vision
- ~10% cost of Claude for document extraction
- Update .env to use FIREWORKS_API_KEY
2026-02-01 17:44:18 +00:00
Johan Jongsma fb3d5a46b5 Replace OCR with AI vision, SQLite for storage
- Remove Tesseract/OCR dependencies
- Use Claude vision API for document analysis
- Single AI pass: extract text + classify + summarize
- SQLite database for documents and embeddings
- Embeddings storage ready (generation placeholder)
- Full-text search via SQLite
- Updated systemd service to use venv
- Support .env file for API key
2026-02-01 17:24:05 +00:00
Johan Jongsma 9dac36681c Document management system - processor and search 2026-02-01 12:22:54 +00:00