What does HackerNews think of sqlite-vss?

A SQLite extension for efficient vector search, based on Faiss!

Language: C++

Here is a SQLite extension that uses Faiss under the hood.

https://github.com/asg017/sqlite-vss

Not associated with the project, just love SQLite and find it very useful.

I had a go at one of those a few months ago: https://datasette.io/plugins/datasette-faiss

Alex Garcia built a better one here as a SQLite Rust extension: https://github.com/asg017/sqlite-vss

Since the problem domain is that of anomaly detection from constructed request feature embeddings, I wonder if an ANN-search methodology using an embedded database (such as https://github.com/asg017/sqlite-vss or similar) was explored.
I think I remember there being a recently created faiss module for sqlite. It may have been this one https://github.com/asg017/sqlite-vss
That is great! I'll keep an eye.

I've been playing with this extension: https://github.com/asg017/sqlite-vss