Documentation Index
Fetch the complete documentation index at: https://docs.yyassif.dev/llms.txt
Use this file to discover all available pages before exploring further.
Configuring Supabase in RAGenius
This document provides a comprehensive guide on how to configure Supabase in RAGenius, detailing CLI usage, running migrations, resetting the database, and deploying to a hosted version of Supabase.Prerequisites
Before you begin, ensure you have the following:- A Supabase account
- The Supabase CLI installed on your machine
Setting Up Supabase
1. Initialize Supabase
To start, initialize a new Supabase project:2. Configure Environment Variables
Set up the necessary environment variables in your.env file:
Using the Supabase CLI
Running Migrations
To run migrations on your Supabase project:Resetting the Database
If you need to reset your database:Deploying to Hosted Supabase
To deploy your RAGenius configurations to a hosted version of Supabase:- Commit your changes to your project repository.
- Use the Supabase CLI to push your changes: