| Name | kense_r2r JSON |
| Version |
0.2.85
JSON |
| download |
| home_page | None |
| Summary | SciPhi R2R |
| upload_time | 2024-08-16 07:40:26 |
| maintainer | None |
| docs_url | None |
| author | Owen Colegrove |
| requires_python | <3.13,>=3.9 |
| license | MIT |
| keywords |
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
<p align="left">
<a href="https://r2r-docs.sciphi.ai"><img src="https://img.shields.io/badge/docs.sciphi.ai-3F16E4" alt="Docs"></a>
<a href="https://discord.gg/p6KqD2kjtB"><img src="https://img.shields.io/discord/1120774652915105934?style=social&logo=discord" alt="Discord"></a>
<a href="https://github.com/SciPhi-AI"><img src="https://img.shields.io/github/stars/SciPhi-AI/R2R" alt="Github Stars"></a>
<a href="https://github.com/SciPhi-AI/R2R/pulse"><img src="https://img.shields.io/github/commit-activity/w/SciPhi-AI/R2R" alt="Commits-per-week"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-purple.svg" alt="License: MIT"></a>
</p>
<img src="./assets/r2r.png" alt="R2R Answer Engine">
<h3 align="center">
Build, scale, and manage user-facing Retrieval-Augmented Generation applications in production.
</h3>
# About
R2R was designed to bridge the gap between local LLM experimentation and scalable, production-ready Retrieval-Augmented Generation (RAG) applications. R2R provides a the latest techniques in RAG and is built around a RESTful API for ease of use.
For a more complete view of R2R, check out the [full documentation](https://r2r-docs.sciphi.ai/).
## Key Features
- **📁 Multimodal Support**: Ingest files ranging from `.txt`, `.pdf`, `.json` to `.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.
- **🔌 Extensibility**: Develop your application further with easy builder + factory pattern.
- **🖥️ Dashboard**: Use the [R2R Dashboard](https://github.com/SciPhi-AI/R2R-Dashboard), an open-source React+Next.js app with optional authentication, to interact with R2R via GUI.
## Install with pip
The recommended way to get started with R2R is by using our CLI.
```bash
pip install r2r
```
Then, after installing R2R, it is recommended to launch with Docker, if possible:
```bash
# export OPENAI_API_KEY=sk-...
r2r serve --docker
```
Alternatively, you may run R2R directly from the python package, but additional dependencies like Postgres+pgvector must be configured:
```bash
# export OPENAI_API_KEY=sk-...
# export POSTGRES...
r2r --config-name=default serve
```
## Quickstart
After [installing](https://r2r-docs.sciphi.ai/installation), the [R2R Quickstart](https://r2r-docs.sciphi.ai/quickstart) is your go to for a step-by-step guide to get up and running with R2R in minutes. The guide demonstrates R2R's Retrieval-Augmented Generation (RAG) system by ingesting sample documents and then showcasing features for search, RAG, logging, analytics, and document management.
## Getting Started
To get started with R2R, we recommend starting with the quickstart and then moving on to specific cookbooks.
- [Installation](https://r2r-docs.sciphi.ai/installation): Quick setup using Docker or `pip`
- [R2R Quickstart](https://r2r-docs.sciphi.ai/quickstart): A quickstart guide designed to get you familiarized with R2R.
### API & SDKs
- [Pyhon SDK](https://r2r-docs.sciphi.ai/python-sdk)
- [JS SDK](https://r2r-docs.sciphi.ai/js-sdk)
- [API Reference](https://r2r-docs.sciphi.ai/api-reference/introduction)
### Auth & Admin Features
- [User Auth](https://r2r-docs.sciphi.ai/cookbooks/user-auth): A cookbook showing how to authenticate users using R2R.
- [Analytics & Observability](https://r2r-docs.sciphi.ai/cookbooks/observability): A cookbook showing R2Rs end to end logging and analytics.
- [Dashboard](https://r2r-docs.sciphi.ai/cookbooks/dashboard): A how-to guide on connecting with the R2R Admin/User Dashboard.
### RAG Cookbooks
- [Multiple LLMs](https://r2r-docs.sciphi.ai/cookbooks/multiple-llms): A simple cookbook showing how R2R supports multiple LLMs.
- [Hybrid Search](https://r2r-docs.sciphi.ai/cookbooks/hybrid-search): A brief introduction to running hybrid search with R2R.
- [Multimodal RAG](https://r2r-docs.sciphi.ai/cookbooks/multimodal): A cookbook on multimodal RAG with R2R.
- [Knowledge Graphs](https://r2r-docs.sciphi.ai/cookbooks/knowledge-graph): A walkthrough of automatic knowledge graph generation with R2R.
- [Advanced Graphs](https://r2r-docs.sciphi.ai/cookbooks/advanced-rag): A walkthrough of R2Rs advanced RAG features.
- [Local RAG](https://r2r-docs.sciphi.ai/cookbooks/local-rag): A quick cookbook demonstration of how to run R2R with local LLMs.
- [Reranking](https://r2r-docs.sciphi.ai/cookbooks/rerank-search): A short guide on how to apply reranking to R2R results.
## Community
[Join our Discord server](https://discord.gg/p6KqD2kjtB) 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](https://github.com/SciPhi-AI/R2R/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=) or [bug report](https://github.com/SciPhi-AI/R2R/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=)
### Our Contributors
<a href="https://github.com/SciPhi-AI/R2R/graphs/contributors">
<img src="https://contrib.rocks/image?repo=SciPhi-AI/R2R" />
</a>
Raw data
{
"_id": null,
"home_page": null,
"name": "kense_r2r",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Owen Colegrove",
"author_email": "owen@sciphi.ai",
"download_url": "https://files.pythonhosted.org/packages/f0/6e/855d0137ad8e1f85019882174da8fa6b78691d8b8cd902cf5a18ab53491d/kense_r2r-0.2.85.tar.gz",
"platform": null,
"description": "<p align=\"left\">\n <a href=\"https://r2r-docs.sciphi.ai\"><img src=\"https://img.shields.io/badge/docs.sciphi.ai-3F16E4\" alt=\"Docs\"></a>\n <a href=\"https://discord.gg/p6KqD2kjtB\"><img src=\"https://img.shields.io/discord/1120774652915105934?style=social&logo=discord\" alt=\"Discord\"></a>\n <a href=\"https://github.com/SciPhi-AI\"><img src=\"https://img.shields.io/github/stars/SciPhi-AI/R2R\" alt=\"Github Stars\"></a>\n <a href=\"https://github.com/SciPhi-AI/R2R/pulse\"><img src=\"https://img.shields.io/github/commit-activity/w/SciPhi-AI/R2R\" alt=\"Commits-per-week\"></a>\n <a href=\"https://opensource.org/licenses/MIT\"><img src=\"https://img.shields.io/badge/License-MIT-purple.svg\" alt=\"License: MIT\"></a>\n</p>\n\n<img src=\"./assets/r2r.png\" alt=\"R2R Answer Engine\">\n<h3 align=\"center\">\nBuild, scale, and manage user-facing Retrieval-Augmented Generation applications in production.\n</h3>\n\n# About\nR2R was designed to bridge the gap between local LLM experimentation and scalable, production-ready Retrieval-Augmented Generation (RAG) applications. R2R provides a the latest techniques in RAG and is built around a RESTful API for ease of use.\n\nFor a more complete view of R2R, check out the [full documentation](https://r2r-docs.sciphi.ai/).\n\n## Key Features\n- **\ud83d\udcc1 Multimodal Support**: Ingest files ranging from `.txt`, `.pdf`, `.json` to `.png`, `.mp3`, and more.\n- **\ud83d\udd0d Hybrid Search**: Combine semantic and keyword search with reciprocal rank fusion for enhanced relevancy.\n- **\ud83d\udd17 Graph RAG**: Automatically extract relationships and build knowledge graphs.\n- **\ud83d\uddc2\ufe0f App Management**: Efficiently manage documents and users with full authentication.\n- **\ud83d\udd2d Observability**: Observe and analyze your RAG engine performance.\n- **\ud83e\udde9 Configurable**: Provision your application using intuitive configuration files.\n- **\ud83d\udd0c Extensibility**: Develop your application further with easy builder + factory pattern.\n- **\ud83d\udda5\ufe0f Dashboard**: Use the [R2R Dashboard](https://github.com/SciPhi-AI/R2R-Dashboard), an open-source React+Next.js app with optional authentication, to interact with R2R via GUI.\n\n\n## Install with pip\nThe recommended way to get started with R2R is by using our CLI.\n\n```bash\npip install r2r\n```\n\nThen, after installing R2R, it is recommended to launch with Docker, if possible:\n\n```bash\n# export OPENAI_API_KEY=sk-...\nr2r serve --docker\n```\n\nAlternatively, you may run R2R directly from the python package, but additional dependencies like Postgres+pgvector must be configured:\n\n```bash\n# export OPENAI_API_KEY=sk-...\n# export POSTGRES...\nr2r --config-name=default serve\n```\n\n\n## Quickstart\nAfter [installing](https://r2r-docs.sciphi.ai/installation), the [R2R Quickstart](https://r2r-docs.sciphi.ai/quickstart) is your go to for a step-by-step guide to get up and running with R2R in minutes. The guide demonstrates R2R's Retrieval-Augmented Generation (RAG) system by ingesting sample documents and then showcasing features for search, RAG, logging, analytics, and document management.\n## Getting Started\n\nTo get started with R2R, we recommend starting with the quickstart and then moving on to specific cookbooks.\n\n- [Installation](https://r2r-docs.sciphi.ai/installation): Quick setup using Docker or `pip`\n- [R2R Quickstart](https://r2r-docs.sciphi.ai/quickstart): A quickstart guide designed to get you familiarized with R2R.\n\n\n### API & SDKs\n- [Pyhon SDK](https://r2r-docs.sciphi.ai/python-sdk)\n- [JS SDK](https://r2r-docs.sciphi.ai/js-sdk)\n- [API Reference](https://r2r-docs.sciphi.ai/api-reference/introduction)\n\n\n### Auth & Admin Features\n- [User Auth](https://r2r-docs.sciphi.ai/cookbooks/user-auth): A cookbook showing how to authenticate users using R2R.\n- [Analytics & Observability](https://r2r-docs.sciphi.ai/cookbooks/observability): A cookbook showing R2Rs end to end logging and analytics.\n- [Dashboard](https://r2r-docs.sciphi.ai/cookbooks/dashboard): A how-to guide on connecting with the R2R Admin/User Dashboard.\n\n### RAG Cookbooks\n\n- [Multiple LLMs](https://r2r-docs.sciphi.ai/cookbooks/multiple-llms): A simple cookbook showing how R2R supports multiple LLMs.\n- [Hybrid Search](https://r2r-docs.sciphi.ai/cookbooks/hybrid-search): A brief introduction to running hybrid search with R2R.\n- [Multimodal RAG](https://r2r-docs.sciphi.ai/cookbooks/multimodal): A cookbook on multimodal RAG with R2R.\n- [Knowledge Graphs](https://r2r-docs.sciphi.ai/cookbooks/knowledge-graph): A walkthrough of automatic knowledge graph generation with R2R.\n- [Advanced Graphs](https://r2r-docs.sciphi.ai/cookbooks/advanced-rag): A walkthrough of R2Rs advanced RAG features.\n- [Local RAG](https://r2r-docs.sciphi.ai/cookbooks/local-rag): A quick cookbook demonstration of how to run R2R with local LLMs.\n- [Reranking](https://r2r-docs.sciphi.ai/cookbooks/rerank-search): A short guide on how to apply reranking to R2R results.\n\n## Community\n\n[Join our Discord server](https://discord.gg/p6KqD2kjtB) 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.\n\n# Contributing\n\nWe welcome contributions of all sizes! Here's how you can help:\n\n- Open a PR for new features, improvements, or better documentation.\n- Submit a [feature request](https://github.com/SciPhi-AI/R2R/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=) or [bug report](https://github.com/SciPhi-AI/R2R/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=)\n\n### Our Contributors\n<a href=\"https://github.com/SciPhi-AI/R2R/graphs/contributors\">\n <img src=\"https://contrib.rocks/image?repo=SciPhi-AI/R2R\" />\n</a>\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "SciPhi R2R",
"version": "0.2.85",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b31c1f3b0b564c0f02472183a646276670ad525d64a67b1e41960e6cb94ce86e",
"md5": "49a4f8913ab05b3bf0cb11aed4f7ae78",
"sha256": "cc25241388ab7cdf136591270a32e1ae6e65b2399cbbb01af39a717da4eb875d"
},
"downloads": -1,
"filename": "kense_r2r-0.2.85-py3-none-any.whl",
"has_sig": false,
"md5_digest": "49a4f8913ab05b3bf0cb11aed4f7ae78",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.9",
"size": 4252130,
"upload_time": "2024-08-16T07:40:23",
"upload_time_iso_8601": "2024-08-16T07:40:23.845411Z",
"url": "https://files.pythonhosted.org/packages/b3/1c/1f3b0b564c0f02472183a646276670ad525d64a67b1e41960e6cb94ce86e/kense_r2r-0.2.85-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f06e855d0137ad8e1f85019882174da8fa6b78691d8b8cd902cf5a18ab53491d",
"md5": "4fab03017b12f309cc65a594d8c5dba4",
"sha256": "a7d0870082837d417c5a54b53bb3d2bc4101e9fffddd0d391e02c984c230c2dc"
},
"downloads": -1,
"filename": "kense_r2r-0.2.85.tar.gz",
"has_sig": false,
"md5_digest": "4fab03017b12f309cc65a594d8c5dba4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.9",
"size": 4162808,
"upload_time": "2024-08-16T07:40:26",
"upload_time_iso_8601": "2024-08-16T07:40:26.374050Z",
"url": "https://files.pythonhosted.org/packages/f0/6e/855d0137ad8e1f85019882174da8fa6b78691d8b8cd902cf5a18ab53491d/kense_r2r-0.2.85.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-16 07:40:26",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "kense_r2r"
}