Spaces:
Running
Running
Update functions.py
Browse files- 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
|