ArturG9 commited on
Commit
4bf5fc4
1 Parent(s): c296b89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def create_retriever_from_chroma(vectorstore_path="docs/chroma/", search_type='m
91
  contextualize_q_system_prompt = """If the question is not clear, given a chat history and the latest user question
92
  which maybe reference context, formulate a standalone question,
93
  which can be understood without the chat history. Do NOT answer the question,
94
- just reformulate it if needed and otherwise return it as is.""")
95
 
96
 
97
  contextualize_q_prompt = ChatPromptTemplate.from_messages(
 
91
  contextualize_q_system_prompt = """If the question is not clear, given a chat history and the latest user question
92
  which maybe reference context, formulate a standalone question,
93
  which can be understood without the chat history. Do NOT answer the question,
94
+ just reformulate it if needed and otherwise return it as is."""
95
 
96
 
97
  contextualize_q_prompt = ChatPromptTemplate.from_messages(