This commit is contained in:
2025-08-26 16:12:27 +08:00
parent f4b7b2b100
commit 3134dcbfcd
2 changed files with 5 additions and 1 deletions

View File

@@ -142,7 +142,11 @@ async def train(file_path, output_dir, working_dir):
if __name__ == "__main__":
# LightRag的数据库所有目录
working_dir = "./Topic/HuangWanQiao"
# 临时文件的输出目录
output_dir = "./Output"
# 文档路径
file_path = "./Doc/黄琬乔2023蓝桥杯省赛准考证.pdf"
# 开始训练
asyncio.run(train(file_path, output_dir, working_dir))

File diff suppressed because one or more lines are too long