Skip to content

web_ui may miss some params #148

@unlimited0715

Description

@unlimited0715

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions