Skip to content

Commit

Permalink
Add fastembeds table.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkbyers committed May 7, 2024
1 parent fcb81e3 commit ec4b6a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions migrations/002_fastembeds.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CREATE TABLE IF NOT EXISTS fast_embeds (
id TEXT PRIMARY KEY,
doc_type TEXT,
doc_id TEXT,
embedding BLOB
);

0 comments on commit ec4b6a5

Please sign in to comment.