vecboost 0.3.0-rc.1

High-performance embedding vector service written in Rust
# VecBoost Error Messages — English
# Each message uses { $detail } as the inner error context parameter.

error-config = Config error: { $detail }
error-model-load = Model load error: { $detail }
error-model-corrupted = Model file corrupted: { $detail }
error-model-integrity = Model file integrity check failed: { $detail }
error-tokenization = Tokenization error: { $detail }
error-inference = Inference error: { $detail }
error-oom = Out of memory error: { $detail }
error-invalid-input = Invalid input: { $detail }
error-not-found = Not found: { $detail }
error-model-not-loaded = Model not loaded: { $detail }
error-authentication = Authentication error: { $detail }
error-security = Security error: { $detail }
error-io = IO error: { $detail }
error-validation = Validation error: { $detail }
error-rate-limit = Rate limit exceeded: { $detail }
error-database = Database error: { $detail }
error-internal = Internal error: { $detail }