Spaces:
Sleeping
Sleeping
Update agents/rag_agent.py
Browse files- agents/rag_agent.py +0 -1
agents/rag_agent.py
CHANGED
|
@@ -61,7 +61,6 @@ def init_config(loader):
|
|
| 61 |
return RAG_executor
|
| 62 |
|
| 63 |
def answer_question(agent, question):
|
| 64 |
-
question = "what is the scientific for the plant?"
|
| 65 |
|
| 66 |
user_query = {"input": question}
|
| 67 |
|
|
|
|
| 61 |
return RAG_executor
|
| 62 |
|
| 63 |
def answer_question(agent, question):
|
|
|
|
| 64 |
|
| 65 |
user_query = {"input": question}
|
| 66 |
|