Skip to content

Latest commit

 

History

History
 
 

server

Rebuff.AI

Tooling

  • Frontend:
    • Next.js - a React framework for production.
    • Tailwind for styling and layout.
    • Supabase.js for user management and realtime data syncing.
  • Backend:
    • app.supabase.com: hosted Postgres database with restful API for usage with Supabase.js.

Database Setup

In order to use the Rebuff server, you'll first need to:

  1. Create relational database tables and functions to record user's credits and previous attempts
  2. Create a vectorDB to record previous prompt embeddings for similarity searching

Supabase (Relational DB)

Pinecone (Vector DB)

  • The pinecone index that you create must be of dimension 1536