Check out my blog post on SQLite vector embeddings that explains this project! This example tutorial project demonstrates how to utilize Xenova Transformers and SQLite with the sqlite-vec vector ...
. ├── src/ │ ├── index.ts # Main server + SQLite setup + API routes │ ├── client/ # Frontend files │ │ ├── about.html # About page │ │ ├── todos.html # Todo app page │ │ └── assets ...