zrguo commited on
Commit
8de9098
·
1 Parent(s): f1af02a

fix prompt.py

Browse files
Files changed (1) hide show
  1. lightrag/prompt.py +0 -15
lightrag/prompt.py CHANGED
@@ -163,25 +163,10 @@ Do not include information where the supporting evidence for it is not provided.
163
 
164
  {response_type}
165
 
166
-
167
  ---Data tables---
168
 
169
  {context_data}
170
 
171
-
172
- ---Goal---
173
-
174
- Generate a response of the target length and format that responds to the user's question, summarizing all information in the input data tables appropriate for the response length and format, and incorporating any relevant general knowledge.
175
-
176
- If you don't know the answer, just say so. Do not make anything up.
177
-
178
- Do not include information where the supporting evidence for it is not provided.
179
-
180
-
181
- ---Target response length and format---
182
-
183
- {response_type}
184
-
185
  Add sections and commentary to the response as appropriate for the length and format. Style the response in markdown.
186
  """
187
 
 
163
 
164
  {response_type}
165
 
 
166
  ---Data tables---
167
 
168
  {context_data}
169
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  Add sections and commentary to the response as appropriate for the length and format. Style the response in markdown.
171
  """
172