chore: harden lightrag knowledge rag runtime

This commit is contained in:
lix-2026
2026-06-09 22:12:09 +08:00
parent 922965d30f
commit f698aad964
22 changed files with 899 additions and 101 deletions
@@ -19,11 +19,11 @@ pub struct RetiredCloudCommandExecution {
fn retired_error(context: &RequestContext, phase: &'static str) -> WebError {
WebError::service_unavailable_code(
"convex_retired",
"Convex 运行时已退役;请使用 local-first Rust/SQLite control-plane 路径",
"旧 cloud/Convex 兼容运行时已退役;请使用 local-first Rust/SQLite control-plane 路径",
)
.with_context(context)
.with_header("x-error-phase", phase)
.with_header("x-upstream-service", "convex-retired")
.with_header("x-upstream-service", "legacy-cloud-retired")
}
fn load_query_fixture(