From 60ffd73024c25e31add58f1c67588d4304759bdb Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Fri, 11 Jul 2025 16:04:09 +0800 Subject: [PATCH] 'commit' --- dsLightRag/Test/T1_WriteToPg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsLightRag/Test/T1_WriteToPg.py b/dsLightRag/Test/T1_WriteToPg.py index c8eafd13..458dbcdd 100644 --- a/dsLightRag/Test/T1_WriteToPg.py +++ b/dsLightRag/Test/T1_WriteToPg.py @@ -68,9 +68,9 @@ async def initialize_rag(): async def main(): rag = await initialize_rag() - with open(f"{ROOT_DIR}/book.txt", "r", encoding="utf-8") as f: + with open(f"../Txt/sushi.txt", "r", encoding="utf-8") as f: await rag.ainsert(f.read()) if __name__ == "__main__": - asyncio.run(main()) \ No newline at end of file + asyncio.run(main())