'commit'
This commit is contained in:
@@ -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
Reference in New Issue
Block a user