Enterprise Installation π
These instructions are for Quivr Enterprise customers only. If youβre looking for the community edition, please visit our open source documentation.Prerequisites π
Ensure you have the following:- An active Quivr Enterprise subscription
- Docker
- Docker Compose
60 seconds Installation π½
You can find the installation video here.-
Step 1: Clone the repository:
-
Step 2: Copy the
.env.examplefiles -
Step 3: Update the
.envfilesUpdate OPENAI_API_KEY in the.envfile. You just need to update theOPENAI_API_KEYvariable in the.envfile. You can get your API key here. You need to create an account first. And put your credit card information. Donβt worry, you wonβt be charged unless you use the API. You can find more information about the pricing here.Want to use Ollama.ai instead? Uncomment the following lines in the
.envfile: OLLAMA_API_BASE_URL Run the following command to start Ollama:ollama run llama2You can find more information about Ollama here. -
Step 4: Launch the project
and thenIf you have a Mac, go to Docker Desktop > Settings > General and check that the βfile sharing implementationβ is set to
VirtioFS. If you are a developer, you can run the project in development mode with the following command:docker compose -f docker-compose.dev.yml up --build -
Step 5: Login to the app
You can now sign in to the app with
[email protected]&admin. You can access the app at http://localhost:3000/login. You can access Quivr backend API at http://localhost:5050/docs You can access supabase at http://localhost:54323
Updating Quivr π
-
Step 1: Pull the latest changes
-
Step 2: Update the migration
Note: This installation guide is for Quivr Enterprise customers. For community edition setup, please refer to our open source documentation.