diff --git a/Makefile b/Makefile index 228ccec..572295d 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,8 @@ format: init-python-sdk: cd python-sdk; pip install -e '.[dev]' -U +init: init-python-sdk init-server + init-server: cd server; npm install diff --git a/README.md b/README.md index 1ee39cf..3e6ae39 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ if is_leak_detected: ## Self-hosting -To self-host Rebuff, you need to set up the necessary providers like Pinecone, +To self-host Rebuff Playground, you need to set up the necessary providers like Pinecone, Supabase, and OpenAI. Follow the links below to set up each provider: - [Pinecone](https://www.pinecone.io/)