Files
manual_slop/conductor
ed 7ba94d4a42 fix(app_controller): lazy load rag_engine to avoid blocking startup
Before this change, app_controller imported rag_engine at module level which
pulled in chromadb (~0.45s). Now rag_engine is only imported when RAG is
actually enabled and needed. This improves startup time significantly.
2026-05-13 15:28:41 -04:00
..
2026-05-10 20:31:18 -04:00
2026-05-13 08:08:36 -04:00
2026-05-12 15:20:34 -04:00