Skip to content

GerevAI/gerev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workplace search reimagined

self hosted workplace search engine, search your entire company from a single place.

gerev

Integrations

  • Slack
  • Confluence
  • Google Docs
  • Notion (In Progress...)
  • Google Sheets (Coming Soon...)
  • Google Slides (Coming Soon...)
  • Google Calendar (Coming Soon...)

Installation

Nvidia hardware

Install nvidia container toolkit on the host machine.

distribution=$(. /etc/os-release;echo $ID$VERSION_ID) \ && curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add - \ && curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list sudo apt-get update sudo apt-get install -y nvidia-docker2 sudo systemctl restart docker 

Then run the docker container like so:

Nvidia hardware

sudo docker run --gpus all -p 80:80 -v ~/.gerev/storage:/opt/storage gerev/gerev

CPU only (no GPU)

sudo docker run -p 80:80 -v ~/.gerev/storage:/opt/storage gerev/gerev