Skip to content

gobeli/deno-drizzle-embeddings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

Vector embeddings with Deno, Drizzle and sqlite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published