fix: specify cache location for ORT fastembed_cache

This commit is contained in:
Matthias Queitsch 2026-04-01 13:00:50 +02:00
parent d921427106
commit 47f7d4d55a
No known key found for this signature in database
GPG key ID: FDC53CE3FE359E17
4 changed files with 40 additions and 18 deletions

View file

@ -180,7 +180,7 @@ async fn main() {
if let Err(e) = s.init_embeddings() {
error!("Failed to initialize embedding service: {}", e);
error!("Smart ingest will fall back to regular ingest without deduplication");
error!("Hint: Check FASTEMBED_CACHE_PATH or ensure ~/.fastembed_cache exists");
error!("Hint: Check FASTEMBED_CACHE_PATH or ensure ~/.cache/vestige/fastembed is writable");
} else {
info!("Embedding service initialized successfully");
}