Skip to content

neuml/ragdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ragdata: Build knowledge bases for RAG

Version GitHub Release Date GitHub issues GitHub last commit

ragdata builds knowledge bases for Retrieval Augmented Generation (RAG).

This project has processes to build txtai embeddings databases for common datasets.

The currently supported datasets are:

Each of the links above has full instructions on how to build those datasets, including using this project.

Installation

The easiest way to install is via pip and PyPI

pip install ragdata

Python 3.9+ is supported. Using a Python virtual environment is recommended.

ragdata can also be installed directly from GitHub to access the latest, unreleased features.

pip install git+https://github.com/neuml/ragdata