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