Skip to main content
To quickly demonstrate Large Language Model (LLM) capabilities in UltraRAG UI, we provide a preset Pipeline. Before formal operation, please complete Pipeline compilation and parameter configuration.

1. Pipeline Structure Overview

examples/LLM.yaml

2. Compile Pipeline File

Execute the following command in the terminal to compile:

3. Configure Running Parameters

Modify examples/parameter/LLM_parameter.yaml according to your environment needs. The following example shows how to switch the backend from vLLM to OpenAI API standard interface and adjust the model name and system prompt.
examples/parameter/LLM_parameter.yaml

4. Effect Demonstration

After configuration is complete, start UltraRAG UI and select LLM Pipeline in the interface to start interaction.