RagPipelineDataParam#
- class nemo_microservices.types.RagPipelineDataParam
Bases:
TypedDict- model: Required[str | ModelEvParam]
The generation model for the RAG pipeline.
- retriever: Required[RetrieverTargetParam]
The retriever pipeline included in the RAG pipeline.
- context_ordering: str
The context ordering for the RAG pipeline.