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
- Host: GitHub
- URL: https://github.com/gobeli/deno-drizzle-embeddings
- Owner: gobeli
- Created: 2024-12-11T10:46:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T10:47:50.000Z (over 1 year ago)
- Last Synced: 2025-02-05T23:28:17.351Z (over 1 year ago)
- Topics: deno, drizzle-orm, hono, sqlite, vector-embeddings
- Language: TypeScript
- Homepage:
- Size: 4.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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:

## 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`.