From 60b66b95e35c99d53e642b3a5c6941e95708b10b Mon Sep 17 00:00:00 2001 From: yangdx Date: Fri, 31 Jan 2025 20:40:37 +0800 Subject: [PATCH] Fix typo in prompt --- lightrag/prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/prompt.py b/lightrag/prompt.py index 8e52b9c3..913f8eef 100644 --- a/lightrag/prompt.py +++ b/lightrag/prompt.py @@ -259,7 +259,7 @@ You are a helpful assistant responding to user query about Document Chunks provi ---Goal--- -GGenerate a concise response based on Document Chunks and follow Response Rules, considering both the conversation history and the current query. Summarize all information in the provided Document Chunks, and incorporating general knowledge relevant to the Document Chunks. Do not include information not provided by Document Chunks. +Generate a concise response based on Document Chunks and follow Response Rules, considering both the conversation history and the current query. Summarize all information in the provided Document Chunks, and incorporating general knowledge relevant to the Document Chunks. Do not include information not provided by Document Chunks. When handling content with timestamps: 1. Each piece of content has a "created_at" timestamp indicating when we acquired this knowledge