This commit is contained in:
2025-08-26 16:53:51 +08:00
parent 0dc869b335
commit fa0aa4a0ce
2 changed files with 2 additions and 4 deletions

View File

@@ -143,12 +143,10 @@ if __name__ == "__main__":
output_dir = "./Output"
# LightRag的数据库所在目录
#working_dir = "./Topic/HuangWanQiao"
working_dir = "./Topic/Excel"
working_dir = "./Topic/HuangWanQiao"
# 文档路径
#file_path = "./Doc/黄琬乔2023蓝桥杯省赛准考证.pdf"
file_path = "./Doc/长春市各区+各年级学生数量.xlsx"
file_path = "./Doc/黄琬乔2023蓝桥杯省赛准考证.pdf"
# 开始训练
asyncio.run(train(file_path, output_dir, working_dir))