mirror of
https://github.com/perstarkse/minne.git
synced 2026-09-10 20:11:47 +02:00
- replaced write!() loops with serde_json::to_string in 4 re-embedding methods - standardized SQL building to use write!() with proper error propagation - eliminates manual f32 vector string building (memory waste + loop risk)