An open API service indexing awesome lists of open source software.

https://github.com/gobeli/deno-drizzle-embeddings

Vector embeddings with Deno, Drizzle and sqlite
https://github.com/gobeli/deno-drizzle-embeddings

deno drizzle-orm hono sqlite vector-embeddings

Last synced: about 2 months ago
JSON representation

Vector embeddings with Deno, Drizzle and sqlite

Awesome Lists containing this project

README

          

# Vector Embeddings with Deno

This is a small project to show the usage of vector embeddings with deno, drizzle and sqlite.
You can search magic the gathering cards and find similar cards based on the vector embeddings:

![Demo image](static/demo.png)

## Run locally
To run the project locally first run `npx drizzle-kit migrate`, to create the sqlite db.
Then run `deno task init` to fill the db with the embeddings.
Finally to run the hono server, run `deno task dev`.