Spaces:
Sleeping
Sleeping
Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
@@ -675,7 +675,7 @@ def generate(state):
|
|
675 |
}
|
676 |
|
677 |
|
678 |
-
def grade_documents(state):
|
679 |
question = state["question"]
|
680 |
documents = state["documents"]
|
681 |
steps = state["steps"]
|
|
|
675 |
}
|
676 |
|
677 |
|
678 |
+
def grade_documents(state, retrieval_grader):
|
679 |
question = state["question"]
|
680 |
documents = state["documents"]
|
681 |
steps = state["steps"]
|