tykiww commited on
Commit
52eac76
1 Parent(s): 3db86dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def retrieve_answer(question, goals):
34
  #with QAService(conf, pinecone=pinecones, model_pipeline=pipeline, question=question, goals=goals) as q:
35
  #q.run()
36
 
37
- return question + context
38
 
39
 
40
  ##################### Process #####################
 
34
  #with QAService(conf, pinecone=pinecones, model_pipeline=pipeline, question=question, goals=goals) as q:
35
  #q.run()
36
 
37
+ return question + goals
38
 
39
 
40
  ##################### Process #####################