RagPipelineData#
- class nemo_microservices.types.RagPipelineData(*args: Any, **kwargs: Any)
Bases:
BaseModel- model: str | ModelEv
The generation model for the RAG pipeline.
- retriever: RetrieverTarget
The retriever pipeline included in the RAG pipeline.
- context_ordering: str | None = None
The context ordering for the RAG pipeline.