No module named ‘dbgpt_ext.rag.retriever.doc_tree‘
dbgpt_ext模块导入失败解决方案1.检查dbgpt_ext是否存在于项目中(推荐)首先确认项目中是否存在dbgpt_ext目录:#进入项目根目录cdD:\soft\DB-GPT#查找dbgpt_ext目录dirpackages|findstrdbgpt_ext#Windowslspackages|grepdbgpt_ext#Linux/macOS如果不存在,可能需要从源码安装或更新子模块:#