Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sciphi-ai/r2r-rag-prebuilt
https://github.com/sciphi-ai/r2r-rag-prebuilt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sciphi-ai/r2r-rag-prebuilt
- Owner: SciPhi-AI
- Created: 2024-03-06T06:29:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T21:37:54.000Z (4 months ago)
- Last Synced: 2024-08-27T21:01:25.785Z (4 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 10
- Watchers: 1
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).