Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 342 Bytes

File metadata and controls

19 lines (12 loc) · 342 Bytes

Local

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

Install Dependencies

pip install libsql

Running

Execute the example:

python3 main.py

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