Generation
What is generation?
Generation is a core subprocess in our SDK that focuses on producing the final output of an RAG (Retrieval-Augmented Generation) pipeline. This output typically consists of two parts:
Response – the synthesized answer, typically produced by the language model.
References – the relevant sources used to generate the response.
To support this workflow, the GL SDK provides the following features:
Response Synthesizer - For synthesizing the response based on the provided inputs and contexts.
Reference Formatter - For filtering and formatting the references in a clear, standardized format.
Last updated
Was this helpful?