update: pipeline, search, clip, embedding fixes

This commit is contained in:
Accusys
2026-05-17 19:46:35 +08:00
parent eec2eea880
commit 3164a65554
36 changed files with 4313 additions and 4061 deletions

View File

@@ -1,10 +1,12 @@
pub mod api_key;
pub mod auth;
pub mod cache;
pub mod chunk;
pub mod config;
pub mod db;
pub mod embedding;
pub mod frame_cache;
pub mod identity;
pub mod ingestion;
pub mod llm;
pub mod overlay;