chore: backup before migration to new repo

This commit is contained in:
Warren
2026-04-23 16:46:02 +08:00
parent 13dd3b30f3
commit 59809dae1f
40 changed files with 5566 additions and 1783 deletions

View File

@@ -4,9 +4,15 @@ pub mod chunk;
pub mod config;
pub mod db;
pub mod embedding;
pub mod ingestion;
pub mod llm;
pub mod overlay;
pub mod person_identity;
pub mod probe;
pub mod processor;
pub mod storage;
pub mod text;
pub mod thumbnail;
pub mod time;
pub mod tmdb;
pub mod worker;