Running Locally
We have a very lightweight version of Bionic for running locally for for limited Proofs of concept. If you require features such as user management, document pipelines etc from the enterprise version then install the enterprise version instead.
Prerequisites
The easiest way to get running with BionicGPT is with our docker-compose.yml
file. You'll need Docker installed on your machine.
OSX and Linux
curl -O https://raw.githubusercontent.com/bionic-gpt/bionic-gpt/f0aeec37e2a34652875eb6ef68f69aeb5b987cf0/infra-as-code/docker-compose.yml
Windows
Invoke-WebRequest -Uri https://raw.githubusercontent.com/bionic-gpt/bionic-gpt/f0aeec37e2a34652875eb6ef68f69aeb5b987cf0/infra-as-code/docker-compose.yml -OutFile docker-compose.yml
And run
docker-compose up
You can then access the front end from http://localhost:3000
.