Coder Social home page Coder Social logo

jason19801216 / gerev Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gerevai/gerev

0.0 0.0 0.0 6.43 MB

ChatGPT search for workplace knowledge

Home Page: https://gerev.ai

License: GNU Affero General Public License v3.0

Shell 0.40% JavaScript 1.08% Python 52.76% TypeScript 42.46% CSS 1.11% HTML 1.45% Mako 0.43% Dockerfile 0.31%

gerev's Introduction

first image Find any conversation, doc, or internal page in seconds ⏲️⚡️
Join 100+ devs by hosting your own gerev instance, become a hero within your org! 💪

Join Discord for early access code!

Discord Shield

Join here!

Search focused on devs

Devs are the best early adopters, they adopt technology early and aid in spreading it to their non-technical peers. That's why gerev is focused on making a product dev's adore and love ❤️

Made for devs 👨‍💻

  • For finding internal pages fast ⚡️ second image

  • Troubleshoot Issues 🐛 fourth image

  • For finding code snippets and code examples 🧑‍💻
    Coming Soon... third image

Integrations

  • Slack
  • Confluence
  • Google Drive (Docs, .docx, .pptx)
  • Confluence Cloud - by @bryan-pakulski 🙏
  • Bookstack
  • RocketChat (in PR)
  • Gitlab Issues (In PR)
  • Notion (In Progress...)
  • Microsoft Teams
  • Sharepoint

🙏 - by the community

Natural Langauge

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


Getting Started

  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)

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

Run from source

Run the backend:

cd app
pip install -r requirements.txt
uvicorn main:app

Run the UI:

npm install
npm start

  • gerev is also popular with some big names. 😉

first image

gerev's People

Contributors

roey7 avatar bary12 avatar yuvalsteuer avatar nathancrotty avatar idandaniel avatar bryan-pakulski avatar eltociear avatar exe-r avatar tangowithfoxtrot avatar troy-f 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.