LMRP
Overview
This document provides comprehensive documentation for LMRP (Language Model Request Processor) components used in the GLChat Backend Standard RAG pipeline. LMRPs are orchestrator modules that wrap prompt builders, LM invokers, and optionally output parsers to perform end-to-end LM invocations in a single process.
LMRP (Language Model Request Processor) is an orchestrator module that combines three key components:
Prompt Builder - Constructs prompts from templates and input data
LM Invoker - Handles the actual Language Model API calls
Output Parser (optional) - Parses and validates LM responses
Last updated