Commit Graph

5 Commits

Author SHA1 Message Date
1d0ea4f2cf docs: update README and forge documentation
- README: Fixed backend command, added GPU compatibility reference
- forge.md: Fixed train CLI (--output-dir), added GPU troubleshooting
- Added reference to GPU compatibility guide for RTX 50-series
2026-04-13 17:23:58 -04:00
2041dd9412 fix: add /api prefix to all backend routes
Frontend expects /api/chat but backend had /chat.
Added APIRouter with prefix=/api to fix route mismatch.
2026-04-13 17:09:17 -04:00
e77fa69b31 docs: add comprehensive README and module documentation 2026-04-13 15:35:22 -04:00
f944bdc573 WIP: Phase 4 forge extract module with tests 2026-04-13 15:14:35 -04:00
8d2762268b feat: add LanceDB vector store with upsert, delete, and search 2026-04-13 14:18:04 -04:00