The author is developing a new SQLite extension called sqlite-vec for vector search, which will replace the existing sqlite-vss extension. The new extension is written in C, has no dependencies, and will provide custom SQL functions and virtual tables for fast vector search. It will support various features such as quantization, JSON/BLOB/numpy conversions, and vector arithmetic. The extension is still in development, but the author plans to release the first version soon.