From ed7ef187b85f135904002d92b29ef50ee44ef935 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Fri, 11 Jul 2025 16:15:45 +0800 Subject: [PATCH] 'commit' --- dsLightRag/Test/T2_ReadFromPg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsLightRag/Test/T2_ReadFromPg.py b/dsLightRag/Test/T2_ReadFromPg.py index 0ce130d6..c6c7c74f 100644 --- a/dsLightRag/Test/T2_ReadFromPg.py +++ b/dsLightRag/Test/T2_ReadFromPg.py @@ -69,7 +69,7 @@ async def main(): try: rag = await initialize_pg_rag() resp = await rag.aquery( - "What are the top themes in this story", + "苏轼的家人都有谁?", param=QueryParam(mode="hybrid", stream=True), # hybrid naive )