Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 327 Bytes

File metadata and controls

17 lines (11 loc) · 327 Bytes

Vector

This example demonstrates how to use libSQL vector search with a local database.

Building

make

Running

./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.