ArturG9 commited on
Commit
8e1fb4c
·
verified ·
1 Parent(s): 51cdd90

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -0
functions.py CHANGED
@@ -620,6 +620,7 @@ def retrieve(state , retriever):
620
 
621
  Args:
622
  state (dict): The current graph state
 
623
 
624
  Returns:
625
  state (dict): New key added to state, documents, that contains retrieved documents
 
620
 
621
  Args:
622
  state (dict): The current graph state
623
+ retriever: The retriever object
624
 
625
  Returns:
626
  state (dict): New key added to state, documents, that contains retrieved documents