Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 +
|
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 #####################
|