Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 287 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 287 Bytes

Vector

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

Running

Execute the example:

swift run Vector

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