SciPhi R2R
Project description
Build, scale, and deploy state of the art Retrieval-Augmented Generation applications.
About
R2R (RAG to Riches), the Elasticsearch for RAG, bridges the gap between experimenting with and deploying state of the art Retrieval-Augmented Generation (RAG) applications. It's a complete platform that helps you quickly build and launch scalable RAG solutions. Built around a containerized RESTful API, R2R offers multimodal ingestion support, hybrid search, GraphRAG capabilities, user management, and observability features.
For a more complete view of R2R, check out the full documentation.
Key Features
- 📁 Multimodal Ingestion: Parse
.txt
,.pdf
,.json
,.png
,.mp3
, and more. - 🔍 Hybrid Search: Combine semantic and keyword search with reciprocal rank fusion for enhanced relevancy.
- 🔗 Graph RAG: Automatically extract relationships and build knowledge graphs.
- 🗂️ App Management: Efficiently manage documents and users with full authentication.
- 🔭 Observability: Observe and analyze your RAG engine performance.
- 🧩 Configurable: Provision your application using intuitive configuration files.
- 🖥️ Dashboard: An open-source React+Next.js app with optional authentication, to interact with R2R via GUI.
What's New
-
Release 3.1.0 September 6, 2024
Warning: These changes are breaking! We will be releasing a migration script soon.
- Orchestration with Hatchet
- Default ingestion provider set to Unstructured
- Improved knowledge graph construction process
Install with pip
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.
Getting Started
- Installation: Quick installation of R2R using Docker or pip
- Quickstart: A quick introduction to R2R's core features
API & SDKs
- SDK: API reference and Python/JS SDKs for interacting with R2R
- API: API reference and Python/JS SDKs for interacting with R2R
- Configuration: A guide on how to configure your R2R system
Cookbooks
-
Advanced RAG Pipelines
- RAG Agent: R2R's powerful RAG agent
- Hybrid Search: Introduction to hybrid search
- Advanced RAG: Advanced RAG features
-
Knowledge Graphs
- GraphRAG: Walkthrough of GraphRAG
-
Auth & Admin Features
- Web Development: Building webapps using R2R
- User Auth: Authenticating users
- Collections: Document collections
- Analytics & Observability: End-to-end logging and analytics
- Web Application: Connecting with the R2R Application
Community
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.
Contributing
We welcome contributions of all sizes! Here's how you can help:
- Open a PR for new features, improvements, or better documentation.
- Submit a feature request or bug report
Our Contributors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file r2r-3.2.41.tar.gz
.
File metadata
- Download URL: r2r-3.2.41.tar.gz
- Upload date:
- Size: 8.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 130fdf4b56b710a3506889e72ab0e78425f808046a8984da52e1a75482109b5e |
|
MD5 | f02958415ee02e4e10f5dc3e73fb97cf |
|
BLAKE2b-256 | 88fbfaf32b1bf0e32eb8a83a96a701cb795f391326c7d404842fcefa8c516d57 |
File details
Details for the file r2r-3.2.41-py3-none-any.whl
.
File metadata
- Download URL: r2r-3.2.41-py3-none-any.whl
- Upload date:
- Size: 8.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8202c11290a849cb66990b8d5559c108596a757cafc3e97b07cbfdc42cadfbc4 |
|
MD5 | 1b2e28212cd082c01eaed666bd44aeb4 |
|
BLAKE2b-256 | 2fe933682f81901c8da8b2754ac32cf5c1cafe49b78dd5c224469473e9ccf00c |