Spaces:
Sleeping
Sleeping
Update ragagent.py
Browse files- ragagent.py +1 -1
ragagent.py
CHANGED
@@ -117,7 +117,7 @@ class RAGAgent():
|
|
117 |
web_search: str
|
118 |
documents: List[str]
|
119 |
|
120 |
-
def retrieve(
|
121 |
RAGAgent.add_log("---RETRIEVE---")
|
122 |
question = state["question"]
|
123 |
|
|
|
117 |
web_search: str
|
118 |
documents: List[str]
|
119 |
|
120 |
+
def retrieve(state):
|
121 |
RAGAgent.add_log("---RETRIEVE---")
|
122 |
question = state["question"]
|
123 |
|