From 2d4991dfbd32b856da3b5ccc690b8f62aa604b81 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