diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-06 11:20:50 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-06 11:20:50 +0300 |
| commit | f9866bcf5a7369e28246d51b951e81b5b2a8489f (patch) | |
| tree | c09c3f4b0588a39735f19c61cf386195a1797604 /storage/migrations/004_populate_fts.down.sql | |
| parent | 822cc48834f5f1908f619b5441ae40946aceb86d (diff) | |
Feat (rag): hybrid search attempt
Diffstat (limited to 'storage/migrations/004_populate_fts.down.sql')
| -rw-r--r-- | storage/migrations/004_populate_fts.down.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/migrations/004_populate_fts.down.sql b/storage/migrations/004_populate_fts.down.sql new file mode 100644 index 0000000..2b5c756 --- /dev/null +++ b/storage/migrations/004_populate_fts.down.sql @@ -0,0 +1,2 @@ +-- Clear FTS table (optional) +DELETE FROM fts_embeddings;
\ No newline at end of file |
