Skip to content

atwmarshall/rag-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RAG API Service

FastAPI service for processing URLs and performing RAG queries.

Setup

  1. Install requirements:
pip install -r requirements.txt
  1. Set environment variables:
OPENAI_API_KEY=your_key_here
  1. Run locally:
uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages