docs(knowledge-base): prune stale content and add agent-facing index (#7035)

This commit is contained in:
Zhengchao An
2026-09-02 08:26:59 +08:00
committed by GitHub
parent ceeff52229
commit 0a975f2fe2
99 changed files with 3312 additions and 10590 deletions
+1 -2
View File
@@ -747,8 +747,7 @@ async fn handle_walk_dir(req: Request<Incoming>) -> Response<Body> {
return response_with_status(StatusCode::PAYLOAD_TOO_LARGE, message);
}
};
// RUSTFS_COMPAT_TODO(#4648): old clients retry terminal stream failures on an already-used writer.
// Remove after every supported peer version advertises walk-dir stream completion v1.
// RUSTFS_COMPAT_TODO(rustfs-4648): old clients retry terminal stream failures on an already-used writer. Remove after every supported peer version advertises walk-dir stream completion v1.
let propagate_completion_errors = match validate_walk_dir_completion_request(&query, &body) {
Some(propagate_completion_errors) => propagate_completion_errors,
None => {