Tags: E-xyza/codicil
Tags
Fix vector similarity search - Use vec_f32() to convert JSON query vectors to binary format - Clean up test data in setup to ensure test isolation - Fix dimension mismatch by ensuring tests use isolated data - All 123 tests now passing The issue was that find_similar was trying to compare vectors of different dimensions (test vectors were 3-dim, production vectors were 1536-dim from real embeddings). Adding cleanup in test setup ensures tests are properly isolated from production data. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Release version 0.2.0 - BREAKING: exported field in functions table now required - Add mix codicil.setup task for database initialization - Improve tracer startup error handling - Prevent tracer from starting application during setup - Update MCP integration tests for version 0.2.0