Problem
Proposal §3.2 / §5.2 specify a ChromaDB vector intent DB with similarity search. Implementation (storage/intent_db.py) is plain SQLite — no embeddings, no similarity.
Tasks (pick one direction)
A. Implement: add embedding generation + ChromaDB (or sqlite-vec) store; enable intent reuse via similarity lookup.
B. Amend: if vector search isn't needed for MVP, update proposal.md to reflect SQLite design and remove ChromaDB claims.
Acceptance
Docs and code agree on the storage design.
Problem
Proposal §3.2 / §5.2 specify a ChromaDB vector intent DB with similarity search. Implementation (
storage/intent_db.py) is plain SQLite — no embeddings, no similarity.Tasks (pick one direction)
A. Implement: add embedding generation + ChromaDB (or sqlite-vec) store; enable intent reuse via similarity lookup.
B. Amend: if vector search isn't needed for MVP, update proposal.md to reflect SQLite design and remove ChromaDB claims.
Acceptance
Docs and code agree on the storage design.