mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-28 02:19:34 +02:00
6c7b586fc5
- Move headless_chrome PDF rasterization from async context to spawn_blocking, keeping tokio worker threads responsive. - Switch RerankerPool from tokio::sync::Mutex to std::sync::Mutex and run TextRerank::rerank inside spawn_blocking, since the rerank call is CPU-bound with no .await points.