Self-hosting
Self-hosting
To self-host Rebuff, you need to set up the necessary providers like Pinecone, Supabase, and OpenAI. Follow the links below to set up each provider:
Once you have set up the providers, you can start the Rebuff server using Docker. First, build the Docker image:
Then, start the Docker container with the following command, replacing the placeholders with your actual API keys and environment variables:
Now, the Rebuff server should be running at http://localhost:3000
.
Last updated