Skip to content

RAG solution running as a web server. Simplified solution with use of Supabase client.

Notifications You must be signed in to change notification settings

michalzagrodzki/web-supabase-rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Create and activate a virtual environment: python3 -m venv .venv && source .venv/bin/activate

Install dependencies: pip install -r requirements.txt

Start the application: uvicorn app:app --reload

About

RAG solution running as a web server. Simplified solution with use of Supabase client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors