ofermend commited on
Commit
8038a8c
1 Parent(s): 07ae425

Update query.py

Browse files
Files changed (1) hide show
  1. query.py +1 -1
query.py CHANGED
@@ -134,7 +134,7 @@ class VectaraQuery():
134
  return 'Sorry, something went wrong in my brain. Please try again later.'
135
 
136
  self.conv_id = chat['conversationId'] if chat else None
137
- summary = CitationNormalizer().normalize_citations(summary, responses, docs)
138
  return summary
139
 
140
  def submit_query_streaming(self, query_str: str):
 
134
  return 'Sorry, something went wrong in my brain. Please try again later.'
135
 
136
  self.conv_id = chat['conversationId'] if chat else None
137
+ summary = CitationNormalizer(responses, docs).normalize_citations(summary)
138
  return summary
139
 
140
  def submit_query_streaming(self, query_str: str):