Git Product home page Git Product logo

gerev's Introduction

Join Discord for early access code!

Discord Shield

Join here!

Gerev - Workplace search for Devs

Tired of searching for that one document you know exists somewhere, but not sure exactly where?

first image

Listening?

Gerev enables you to search your entire company from a single place.

Made for devs

Find docs

second image

Find Code

third image

Troubleshoot Issues

fourth image

Integrations

  • Slack
  • Confluence
  • Google Drive
  • Gitlab Issues (In PR)
  • BookStack (In PR)
  • Notion (In Progress...)
  • Microsoft Teams
  • Sharepoint

Natural Langauge

Enables searching using natural language. such as "How to do X", "how to connect to Y", "Do we support Z"

Installation

  1. Install Nvidia for docker
  2. Run docker

Nvidia for docker

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

Run docker

Then run the docker container like so:

Nvidia hardware

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

gerev's People

Contributors

bary12 avatar exe-r avatar idandaniel avatar roey7 avatar tangowithfoxtrot avatar yuvalsteuer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.