AgenticRetrieveStep¶
Enum Class¶
AgenticRetrieveStep
¶
Bases: UnknownEnumMixin, StrEnum
The step in the agentic retrieval process.
Attributes¶
FULL_DOCUMENT_EXPANSION
class-attribute
instance-attribute
¶
The full document expansion phase.
PLANNING
class-attribute
instance-attribute
¶
The planning phase of retrieval.
RETRIEVAL
class-attribute
instance-attribute
¶
The retrieval phase where data is fetched.
SPECULATIVE_RETRIEVAL
class-attribute
instance-attribute
¶
A speculative retrieval phase for optimization.