Skip to content

Latest commit

 

History

History

vector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.