Indexing sparse vectors with Turso
turso.tech·4d
Flag this post

In the latest 0.3.0 release of Turso database we made several notable improvements for vector search support for both dense and sparse vectors: For dense vectors, we have introduced SIMD acceleration, allowing for faster exact search for dense operations. For sparse vectors, we have added a new, more efficient storage representation, and specialized indexing methods, allowing for a better approximate search.

In this post, we’ll dive deep into the sparse vectors indexing feature, which allows quick search for nearest neighbors by [Weighted Jaccard distance](https://en.wik…

Similar Posts

Loading similar posts...