vecboost 0.3.0-rc.1

High-performance embedding vector service written in Rust
# VecBoost 错误消息 — 中文
# 每条消息使用 { $detail } 作为内部错误上下文参数。

error-config = 配置错误:{ $detail }
error-model-load = 模型加载错误:{ $detail }
error-model-corrupted = 模型文件已损坏:{ $detail }
error-model-integrity = 模型文件完整性校验失败:{ $detail }
error-tokenization = 分词错误:{ $detail }
error-inference = 推理错误:{ $detail }
error-oom = 内存不足错误:{ $detail }
error-invalid-input = 输入无效:{ $detail }
error-not-found = 未找到:{ $detail }
error-model-not-loaded = 模型未加载:{ $detail }
error-authentication = 认证错误:{ $detail }
error-security = 安全错误:{ $detail }
error-io = IO 错误:{ $detail }
error-validation = 校验错误:{ $detail }
error-rate-limit = 超出速率限制:{ $detail }
error-database = 数据库错误:{ $detail }
error-internal = 内部错误:{ $detail }