vishwask commited on
Commit
40932b5
·
verified ·
1 Parent(s): 77c5ecf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def extract_url_number(text):
137
  matches = re.findall(pattern, text)
138
  return matches
139
 
140
- def conversation(qa_chain, message, history):
141
  formatted_chat_history = format_chat_history(message, history)
142
  response = qa_with_source.invoke(message)
143
  print(response)
 
137
  matches = re.findall(pattern, text)
138
  return matches
139
 
140
+ def conversation(qa_chain, message, history, metadata_output):
141
  formatted_chat_history = format_chat_history(message, history)
142
  response = qa_with_source.invoke(message)
143
  print(response)