在实验过程中,我们常常需要对同一个 Pipeline 使用不同的超参数配置进行并行或批量试验。UltraRAG 提供了灵活的参数文件机制,支持在不修改主 Pipeline 的情况下快速切换配置。Documentation Index
Fetch the complete documentation index at: https://ultrarag.openbmb.cn/llms.txt
Use this file to discover all available pages before exploring further.
步骤一:编译 Pipeline
与常规运行流程一致,首先编译 Pipeline:examples/parameter/rag_full_parameter_new.yaml(文件名可自定义)。
随后运行命令时,通过 --param 参数指定使用该配置文件: