chore: harden lightrag knowledge rag runtime
This commit is contained in:
+2
-2
@@ -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(
|
||||
Reference in New Issue
Block a user