|
3 달 전 | |
---|---|---|
cli | 3 달 전 | |
core | 3 달 전 | |
migrations | 3 달 전 | |
r2r | 3 달 전 | |
sdk | 3 달 전 | |
shared | 3 달 전 | |
tests | 3 달 전 | |
.dockerignore | 3 달 전 | |
.isort.cfg | 3 달 전 | |
Dockerfile | 3 달 전 | |
Dockerfile.unstructured | 3 달 전 | |
README.md | 3 달 전 | |
compose.full.yaml | 3 달 전 | |
compose.full_with_replicas.yaml | 3 달 전 | |
compose.yaml | 3 달 전 | |
compose.yaml.back | 3 달 전 | |
compose.yaml.bck | 3 달 전 | |
docker-compose.yaml | 3 달 전 | |
nginx.conf | 3 달 전 | |
poetry.lock | 3 달 전 | |
pyproject.toml | 3 달 전 | |
r2r.toml | 3 달 전 | |
r2r.toml.back | 3 달 전 | |
sources.list | 3 달 전 |
R2R (RAG to Riches) is the most advanced AI retrieval system, supporting Retrieval-Augmented Generation (RAG) with production-ready features. Built around a containerized RESTful API, R2R offers multimodal content ingestion, hybrid search functionality, configurable GraphRAG, and comprehensive user and document management.
For a more complete view of R2R, check out the full documentation.
.txt
, .pdf
, .json
, .png
, .mp3
, and more.Warning: These changes are breaking!
The recommended way to get started with R2R is by using our CLI.
pip install r2r
You may run R2R directly from the python package, but additional dependencies like Postgres+pgvector must be configured and the full R2R core is required:
# export OPENAI_API_KEY=sk-...
# export POSTGRES...
pip install 'r2r[core,ingestion-bundle]'
r2r --config-name=default serve
Alternatively, R2R can be launched alongside its requirements inside Docker:
# export OPENAI_API_KEY=sk-...
r2r serve --docker --full
The command above will install the full
installation which includes Hatchet for orchestration and Unstructured.io for parsing.
Advanced RAG Pipelines
Orchestration
User Management
Join our Discord server to get support and connect with both the R2R team and other developers in the community. Whether you're encountering issues, looking for advice on best practices, or just want to share your experiences, we're here to help.
We welcome contributions of all sizes! Here's how you can help: