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