asg017 / sqlite-vss

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

Tracking: Memory Issues #59

Open asg017 opened 1 year ago

asg017 commented 1 year ago

sqlite-vss.cpp and sqlite-vector.cpp have many memory leaks that need to be cleaned up. There are a few reasons why:

This issue will track different memory problems to solve and how to test against them.