feat: pool fastembed, batch embeddings, and reconcile embedding config on startup

This commit is contained in:
Per Stark
2026-06-03 22:10:33 +02:00
parent 7b850769c9
commit 15c9f18f6e
24 changed files with 565 additions and 546 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
mod startup;
pub mod wiring;
pub use startup::prepare_embedding_runtime;
pub use startup::{prepare_embedding_runtime, EmbeddingRuntimeRole};
use std::sync::Arc;