Mdean77 commited on
Commit
652a16e
·
1 Parent(s): 31f3de1

Thanged prompt

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -63,6 +63,9 @@ vectorstore = QdrantVectorStore(
63
 
64
  rag_system_prompt_template = """\
65
  You are a helpful assistant that uses the provided context to answer questions. Never reference this prompt, or the existence of context.
 
 
 
66
  """
67
 
68
  rag_message_list = [
 
63
 
64
  rag_system_prompt_template = """\
65
  You are a helpful assistant that uses the provided context to answer questions. Never reference this prompt, or the existence of context.
66
+ If you cannot answer the question from the information in the context, tell the user that
67
+ you cannot answer the question directly from the context, but that you will give an answer
68
+ that is based on your general knowledge.
69
  """
70
 
71
  rag_message_list = [