asg017 / sqlite-vss

A SQLite extension for efficient vector search, based on Faiss!
MIT License
1.59k stars 58 forks source link

add mmap option for faiss on disk indices #94

Open dleviminzi opened 10 months ago

dleviminzi commented 10 months ago

I also cleaned up the read_index_select and write_index_insert calls a bit by just passing in structs instead of each individual field from the struct.

dleviminzi commented 6 months ago

@asg017 Forgot all about this, but does it look alright?

sroussey commented 6 months ago

spelling: contents to be read into prorgam memory.

dleviminzi commented 6 months ago

spelling: contents to be read into prorgam memory.

Will fix, thank you

tom-pollak commented 2 months ago

any update on this? was there a reason this wasn't merged with #4