Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
6f49ec6
1
Parent(s):
baa95e2
debug
Browse files
app.py
CHANGED
@@ -505,7 +505,7 @@ try:
|
|
505 |
+ "Answer the following question or carry out the following instruction and supplement " \
|
506 |
+ "the LLM processing of the question or instruction using the retrieved information from the knowledge base. " \
|
507 |
+ "Question or Instruction: " + pprompt + "\n" \
|
508 |
-
+ "Retrieve the relevant information from the knowledge base: "
|
509 |
+ "<knowledge_base>" \
|
510 |
+ ragPrompt \
|
511 |
+ "</knowledge_base>" \
|
|
|
505 |
+ "Answer the following question or carry out the following instruction and supplement " \
|
506 |
+ "the LLM processing of the question or instruction using the retrieved information from the knowledge base. " \
|
507 |
+ "Question or Instruction: " + pprompt + "\n" \
|
508 |
+
+ "Retrieve the relevant information from the knowledge base: " \
|
509 |
+ "<knowledge_base>" \
|
510 |
+ ragPrompt \
|
511 |
+ "</knowledge_base>" \
|