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.
Retriever
query
str
The query.
run_id
UUID
The ID of the current run.
parent_run_id
UUID | None
None
tags
list[str] | None
metadata
dict[str, Any] | None
**kwargs
Any
{}
Run when the Retriever starts running.
The ID of the parent run.
The tags.
The metadata.
Additional keyword arguments.