Skip to content

Latest commit

 

History

History

vector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Local

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

Install Dependencies

npm i

Running

Execute the example:

node index.mjs

This will setup a local SQLite database, insert some data, and then query the results using the vector similarity search function.