feat(ui): add maintenance page for task management
Some checks failed
CI / build-and-test (push) Failing after -31m53s
Some checks failed
CI / build-and-test (push) Failing after -31m53s
* Implement maintenance page with task and log display * Add backfill and metadata retry functionality * Integrate grid component for project display in thoughts page * Update types for maintenance tasks and logs * Enhance sidebar and shell for new maintenance navigation
This commit is contained in:
3
migrations/_old/010_fulltext_index.sql
Normal file
3
migrations/_old/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