Reference in New Issue
Block a user
Delete Branch "feature/issue-116-tech-debt-29-review"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n\n- Add ROLLBACK handling to store_embeddings() to prevent dirty transactional state on failure\n- Add NaN/infinity validation to format_vector_literal() with new DbError::InvalidEmbedding variant\n- Update all callers across retrieval stages and pipeline\n\n### Quality gates\n- Build: PASS\n- Clippy: PASS (zero warnings)\n- Tests: PASS (189+ memory service tests)\n\nCloses #116