From 681d43bb32f64a838d801acdc4e3166b54a6624e Mon Sep 17 00:00:00 2001 From: zrguo <49157727+LarFii@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:34:51 +0800 Subject: [PATCH] fix typo --- lightrag/prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/prompt.py b/lightrag/prompt.py index a4641480..656801c0 100644 --- a/lightrag/prompt.py +++ b/lightrag/prompt.py @@ -226,7 +226,7 @@ When handling relationships with timestamps: - List up to 5 most important reference sources at the end under "References" section. Clearly indicating whether each source is from Knowledge Graph (KG) or Document Chunks (DC), and include the file path if available, in the following format: [KG/DC] file_path - If you don't know the answer, just say so. - Do not make anything up. Do not include information not provided by the Knowledge Base. -- Addtional user prompt: {user_prompt} +- Additional user prompt: {user_prompt} Response:"""