similarity search: switch to brute-force, improve backfill
- use vector_distance_cos() instead of vector_top_k() with DiskANN index
(Turso's index has ~60s write latency per row, brute-force is ~0.15s)
- add retry logic and batched writes to backfill script
- increase concurrency to 8 workers for faster embedding backfill
- document embeddings workflow in README
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>