SOTAVerified

FlexRAG: A Flexible and Comprehensive Framework for Retrieval-Augmented Generation

2025-06-14Code Available3· sign in to hype

Zhuocheng Zhang, Yang Feng, Min Zhang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Retrieval-Augmented Generation (RAG) plays a pivotal role in modern large language model applications, with numerous existing frameworks offering a wide range of functionalities to facilitate the development of RAG systems. However, we have identified several persistent challenges in these frameworks, including difficulties in algorithm reproduction and sharing, lack of new techniques, and high system overhead. To address these limitations, we introduce FlexRAG, an open-source framework specifically designed for research and prototyping. FlexRAG supports text-based, multimodal, and network-based RAG, providing comprehensive lifecycle support alongside efficient asynchronous processing and persistent caching capabilities. By offering a robust and flexible solution, FlexRAG enables researchers to rapidly develop, deploy, and share advanced RAG systems. Our toolkit and resources are available at https://github.com/ictnlp/FlexRAG.

Tasks

Reproductions