SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The source code for SQLite is in the public domain and is thus free ...
This is a simple Delphi wrapper around the SQLite3 extension that provides vector search capabilities. The extension is based on the sqlite-vec project by asg017. It's also based one the sqlite-lembed ...