This commit is contained in:
2025-08-27 08:04:00 +08:00
parent 1474f3a1d5
commit 0d67433a26
8 changed files with 121 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ async def query(user_prompt,rag_path):
if __name__ == "__main__":
rag_path='./Topic/HuangWanQiao'
rag_path='./Topic/Geogebra'
user_prompt = "简洁回复。"
configure_logging()
asyncio.run(query(user_prompt,rag_path))