nemo_microservices.types.rag_pipeline_data#
Module Contents#
Classes#
Data#
API#
- nemo_microservices.types.rag_pipeline_data.Model: typing_extensions.TypeAlias#
None
- class nemo_microservices.types.rag_pipeline_data.RagPipelineData(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- context_ordering: str | None#
None
The context ordering for the RAG pipeline.
- model: nemo_microservices.types.rag_pipeline_data.Model#
None
The generation model for the RAG pipeline.
- retriever: nemo_microservices.types.retriever_target.RetrieverTarget#
None
The retriever pipeline included in the RAG pipeline.