Learn R Programming

RAGFlowChainR

Overview

RAGFlowChainR is an R package that brings Retrieval-Augmented Generation (RAG) capabilities to R, inspired by LangChain. It enables intelligent retrieval of documents from a local vector store (DuckDB), enhanced with optional web search, and seamless integration with Large Language Models (LLMs).

Features include:

Copy Link

Version

Install

install.packages('RAGFlowChainR')

Monthly Downloads

561

Version

0.1.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Kwadwo Daddy Nyame Owusu Boakye

Last Published

April 24th, 2025

Functions in RAGFlowChainR (0.1.1)

fetch_data

Fetch Data from Local Files and Websites
create_rag_chain

create_rag_chain.R Overview
create_vectorstore

create_vectorstore.R — Vector-store utilities
data_fetcher

data_fetcher.R Overview