THUDM / AgentBench

A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)
https://llmbench.ai
Apache License 2.0
2.01k stars 136 forks source link

[Bug/Assistance] DBBench Unknown database #106

Open LittleWhite0208 opened 5 months ago

LittleWhite0208 commented 5 months ago

DBBench user全部回复"1049 (42000): Unknown database 'xxx'"

eg.{"index": 299, "error": null, "info": null, "output": {"index": 299, "status": "completed", "result": {"answer": "1049 (42000): Unknown database 'Team Information'", "type": "UPDATE", "error": ""}

zhc7 commented 5 months ago

Hi, @LittleWhite0208 这可能是因为没有正确启动任务服务器或者没有安装相关依赖,如没有安装docker或者没有mysql image,可以展示一下你是如何启动的吗?