'commit'
This commit is contained in:
@@ -6,7 +6,7 @@ from lightrag import QueryParam
|
||||
async def main():
|
||||
try:
|
||||
user_prompt = "简洁回复。"
|
||||
rag = await initialize_rag('./Topic/HuangWanQiao')
|
||||
rag = await initialize_rag('Output')
|
||||
resp = await rag.aquery(
|
||||
"文档的主要内容是什么",
|
||||
param=QueryParam(mode="hybrid", stream=True, user_prompt=user_prompt),
|
||||
|
Reference in New Issue
Block a user