refactor: replace Obsidian projector with standalone service (ppatlabs/obsidian)

This commit is contained in:
Story Crater Bot
2026-08-27 21:35:07 -07:00
parent 83b9dcf5f9
commit 0eecca815b
11 changed files with 1050 additions and 804 deletions
+1
View File
@@ -8,6 +8,7 @@ pub mod jwt_validator;
pub mod opensearch_client;
pub mod query_optimizer;
pub mod hybrid_query_worker;
pub mod verify;
pub use endpoints::{IngestQueue, IngestRequest, JobStatus};
pub use ingest_worker::IngestWorker;