mirror of
https://github.com/samvallad33/vestige.git
synced 2026-05-08 07:12:37 +02:00
fix: specify cache location for ORT fastembed_cache
This commit is contained in:
parent
d921427106
commit
47f7d4d55a
4 changed files with 40 additions and 18 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue