ArturG9 commited on
Commit
fb7d574
·
verified ·
1 Parent(s): 4e84954

Update functions.py

Browse files
Files changed (1) hide show
  1. 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"]