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/1f620a5611ec8c2fe664965914cc6330dd56c664/infra-as-code/docker-compose.yml

Windows

Invoke-WebRequest -Uri https://raw.githubusercontent.com/bionic-gpt/bionic-gpt/1f620a5611ec8c2fe664965914cc6330dd56c664/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.

Screenshot

Alt text