initial commit: create basic rag search and ingest

This commit is contained in:
2025-05-15 02:10:14 -06:00
commit 0d072032d9
16 changed files with 744 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- Adds a modified date to the searchable_content table
ALTER TABLE searchable_content ADD COLUMN modified_at TIMESTAMP;