-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
Describe the bug
在使用web_ui进行数据处理时报错"Error occurred: 'kv_backend'",
可能需要在 webui/app.py 的 run_graphgen() 函数中,需要为 global_params 添加默认的 kv_backend 配置:
修改第 171 行
config = {
"global_params": {
"working_dir": working_dir,
"kv_backend": "rocksdb" # 添加这一行
},
"nodes": nodes
}
Describe the bug
When using web_ui for data processing, an error occurs: "Error occurred: 'kv_backend'".
You may need to add the default kv_backend configuration for global_params in the run_graphgen() function of webui/app.py:
Modify line 171
config = {
"global_params": {
"working_dir": working_dir,
"kv_backend": "rocksdb" # Add this line
},
"nodes": nodes
}
Metadata
Metadata
Assignees
Labels
No labels