feat(backfill): implement backfill tool for generating missing embeddings
This commit is contained in:
3
migrations/010_fulltext_index.sql
Normal file
3
migrations/010_fulltext_index.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Full-text search index on thought content for semantic fallback when no embeddings exist.
|
||||
create index if not exists thoughts_content_fts_idx
|
||||
on thoughts using gin(to_tsvector('simple', content));
|
||||
Reference in New Issue
Block a user