This example demonstrates how to use libSQL vector search with a local database.
make
./example
This will create a local database file that with a table for embeddings, insert some data (including embeddings), and query using the vector similarity search function.