This commit is contained in:
2025-08-26 16:05:06 +08:00
parent 6ed079c9b4
commit 855c2052b3
1041 changed files with 9667 additions and 2010802 deletions

View File

@@ -6,7 +6,7 @@ from lightrag import QueryParam
async def main():
try:
user_prompt = "简洁回复。"
rag = await initialize_rag('Topic/Geogebra')
rag = await initialize_rag('./Topic/HuangWanQiao')
resp = await rag.aquery(
"文档的主要内容是什么",
param=QueryParam(mode="hybrid", stream=True, user_prompt=user_prompt),