Ask a question to get started
Enter to send•Shift+Enter new line
Run when Retriever ends running.
Retriever
on_retriever_end( self, documents: Sequence[Document], *, run_id: UUID, parent_run_id: UUID | None = None, **kwargs: Any = {} ) -> Any
documents
Sequence[Document]
The documents retrieved.
run_id
UUID
The ID of the current run.
parent_run_id
UUID | None
None
The ID of the parent run.
**kwargs
Any
{}
Additional keyword arguments.