SciPhi-AI/R2R
Fork: 291 Star: 3945 (更新于 2024-12-11 21:41:17)
license: MIT
Language: Python .
The most advanced AI retrieval system. Containerized, Retrieval-Augmented Generation (RAG) with a RESTful API.
最后发布版本: v0.3.0 ( 2024-08-24 07:33:48)
Containerized, state of the art Retrieval-Augmented Generation (RAG) with a RESTful API
About
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.
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.
- 🔗 Knowledge Graphs: Automatically extract entities and relationships and build knowledge graphs.
- 📊 GraphRAG: Cluster and summarize communities with over your created graphs for even richer insights.
- 🗂️ User Management: Efficiently manage documents and user roles within R2R.
- 🔭 Observability: Observe and analyze your RAG engine performance.
- 🧩 Configuration: Setup your application using intuitive configuration files.
- 🖥️ Dashboard: An open-source React+Next.js admin dashboard to interact with R2R via GUI.
What's New
-
Release 3.3.0 December 3, 2024
Warning: These changes are breaking!
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
- Setup: Learn how to setup and configure R2R
- API & SDKs: API reference and Python/JS SDKs for interacting with R2R
Cookbooks
-
Advanced RAG Pipelines
- RAG Agent: R2R's powerful RAG agent
- Hybrid Search: Introduction to hybrid search
- Advanced RAG: Advanced RAG features
-
Orchestration
- Orchestration: R2R event orchestration
-
User Management
- 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
最近版本更新:(数据更新于 2024-08-31 13:35:29)
2024-08-24 07:33:48 v0.3.0
2024-08-14 02:20:30 v0.2.85
2024-08-08 09:03:02 v2.0.84
2024-08-08 08:56:29 v2.0.83
2024-08-03 06:30:01 v0.2.76
2024-07-31 09:46:50 v0.2.74
2024-07-29 01:17:24 v0.2.73
2024-07-22 11:53:33 v2.0.64
2024-07-19 07:42:14 v0.2.61
2024-07-14 10:04:03 v0.2.60
主题(topics):
artificial-intelligence, large-language-models, python, question-answering, rag, retrieval-augmented-generation, retrieval-systems, search
SciPhi-AI/R2R同语言 Python最近更新仓库
2025-01-18 21:26:31 sunnypilot/sunnypilot
2025-01-17 23:34:10 Skyvern-AI/skyvern
2025-01-17 19:49:33 ultralytics/ultralytics
2025-01-17 19:12:03 XiaoMi/ha_xiaomi_home
2025-01-17 08:27:45 comfyanonymous/ComfyUI
2025-01-17 04:56:19 QuivrHQ/MegaParse