Skip to content

SciPhi-AI/R2R-rag-prebuilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages