From 568cf597f43a46fa28c73cd1027586b23eef00a6 Mon Sep 17 00:00:00 2001 From: yichuan520030910320 Date: Sun, 3 Aug 2025 21:19:05 -0700 Subject: [PATCH] fix some example --- examples/document_rag.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/document_rag.py b/examples/document_rag.py index 7c7ad57..a8ec15a 100644 --- a/examples/document_rag.py +++ b/examples/document_rag.py @@ -97,8 +97,9 @@ if __name__ == "__main__": print("=" * 50) print("\nExample queries you can try:") print("- 'What are the main techniques LEANN uses?'") - print("- 'Summarize the key findings in these papers'") - print("- 'What is the storage reduction achieved by LEANN?'") + print("- 'What is the technique DLPM?'") + print("- 'Who does Elizabeth Bennet marry?'") + print("- 'What is the problem of developing pan gu model? (盘古大模型开发中遇到什么问题?)'") print("\nOr run without --query for interactive mode\n") rag = DocumentRAG()