Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SciPhi-AI/R2R-rag-prebuilt


https://github.com/SciPhi-AI/R2R-rag-prebuilt

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Default R2R Template

This directory contains the necessary files to deploy a basic R2R application within the SciPhi cloud.

## File Structure

The main files in this directory are:

- `src/app.py`: The main entry point for the application.
- `config.toml`: The configuration file used to control the deployment settings.
- `requirements.txt`: The file specifying the Python dependencies required by the application.

## Application Overview

The application is built using the `r2r` library. The main entry point is in the `src/app.py` file, which creates an application using the `R2RBuilder`. Learn more by readin the [documentation here](https://r2r-docs.sciphi.ai/introduction).