Introduction
Search-o1 proposes a framework that combines large-scale reasoning models with Agentic Retrieval-Augmented Generation (Agentic RAG) and Reason-in-Documents. When the model encounters a knowledge gap during the reasoning process, it actively retrieves external information, refines it, and injects the result into the reasoning chain, thereby improving the reasoning accuracy and robustness in complex tasks such as science, mathematics, and programming.Paper link: Arxiv.
Process

Reproduction
Write Pipeline
Based on the above logic, the following Pipeline can be written:examples/search_o1.yaml
Compile Pipeline File
Modify Parameter File
examples/parameters/search_o1_parameter.yaml