Commit Graph

7 Commits

Author SHA1 Message Date
Vera-AI
b24f00c2e1 Add full config.toml documentation and examples 2026-03-26 13:17:44 -05:00
Vera-AI
4ff7b7b03b Add Docker run and compose instructions with all options 2026-03-26 13:14:27 -05:00
Vera-AI
5617eabeae Add API flow diagram showing how requests pass through Vera 2026-03-26 13:10:11 -05:00
Vera-AI
eee192b1c1 Update attribution to SpeedyFoxAi 2026-03-26 12:56:41 -05:00
Vera-AI
46361153a9 Update README with fancy formatting and full instructions 2026-03-26 12:55:58 -05:00
Vera-AI
5a0562f2ef Update README with full setup instructions 2026-03-26 12:52:27 -05:00
Vera-AI
50593e200d Initial commit: Vera-AI v2 with async Qdrant, singleton pattern, monthly curation, and configurable UID/GID/TZ
Features:
- AsyncQdrantClient for non-blocking Qdrant operations
- Singleton pattern for QdrantService
- Monthly full curation (day 1 at 03:00)
- Configurable UID/GID for Docker
- Timezone support via TZ env var
- Configurable log directory (VERA_LOG_DIR)
- Volume mounts for config/, prompts/, logs/
- Standard Docker format with .env file

Fixes:
- Removed unused system_token_budget
- Added semantic_score_threshold config
- Fixed streaming response handling
- Python-based healthcheck (no curl dependency)
2026-03-26 12:37:25 -05:00