Ask a question to get started
Enter to send•Shift+Enter new line
on_retriever_start( self, serialized: dict[str, Any], query: str, *
serialized
dict[str, Any]
The serialized retriever.
query
str
The query.
run_id
UUID
The run ID.
parent_run_id
UUID | None
None
tags
list[str] | None
metadata
dict[str, Any] | None
name
str | None
**kwargs
Any
{}
Run when the Retriever starts running.
Retriever
The parent run ID.
The tags for the run.
The metadata for the run.
The name of the run.
Additional arguments.