This example demonstrates how to use libSQL vector search with a local database.
pip install libsqlExecute the example:
python3 main.pyThis will setup a local SQLite database, insert some data, and then query the results using the vector similarity search function.