Coder Social home page Coder Social logo

w4ester / edgerev Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gerevai/gerev

1.0 0.0 0.0 6.95 MB

๐Ÿง  AI-powered enterprise search engine ๐Ÿ”Ž

Home Page: https://app.klu.so/signup?utm_source=github_gerevai

License: MIT License

Shell 0.22% JavaScript 0.59% Python 60.24% TypeScript 37.15% CSS 0.61% HTML 0.79% Mako 0.23% Dockerfile 0.17%

edgerev's Introduction

โšก๐Ÿ”Ž Live online demo!

AI-powered enterprise search engine ๐Ÿ”Ž

Join Discord for early access code!

Discord Follow DockerHub Pulls

Join here!

Search engine for your organization!

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! ๐Ÿ’ช

Made for help desk techies ๐Ÿ‘จโ€๐Ÿ’ป

Troubleshoot Issues ๐Ÿ›

fourth image

Or find internal issues fast โšก๏ธ

second image

Integrations

  • Slack
  • Confluence
  • Jira
  • Google Drive (Docs, .docx, .pptx) - by @bary12 ๐Ÿ™
  • Confluence Cloud - by @bryan-pakulski ๐Ÿ™
  • Bookstack - by @flifloo ๐Ÿ™
  • Mattermost - by @itaykal ๐Ÿ™
  • RocketChat - by @flifloo ๐Ÿ™
  • Gitlab Issues - by @eran1232 ๐Ÿ™
  • Zendesk (In PR ๐Ÿ™)
  • Stackoverflow Teams (In PR ๐Ÿ™)
  • Azure DevOps (In PR ๐Ÿ™)
  • Phabricator (In PR ๐Ÿ™)
  • Trello (In PR... ๐Ÿ™)
  • Notion (In Progress... ๐Ÿ™)
  • Asana
  • Sharepoint
  • Box
  • Dropbox
  • Github Enterprise
  • Microsoft Teams

๐Ÿ™ - by the community

Add your own data source NOW ๐Ÿš€

See the full guide at ADDING-A-DATA-SOURCE.md.

Natural Language

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


Getting Started

Managed Cloud (Pro)

Sign up Free

  • Authentication
  • Multiple Users
  • GPU machine
  • 24/7 Support
  • Self hosted version (with multi-user also supported)

Self-hosted (Community)

  1. Install Nvidia for docker (on host that runs the docker runtime)
  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 --name=gerev -p 80:80 -v ~/.gerev/storage:/opt/storage gerev/gerev

CPU only (no GPU)

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

add -d if you want to detach the container.

Run from source

See ADDING-A-DATA-SOURCE.md in the Setup development environment section.

  • gerev is also popular with some big names. ๐Ÿ˜‰

first image

Built by the community ๐Ÿ’œ

Made with contributors-img.

edgerev's People

Contributors

aedrax avatar bary12 avatar bryan-pakulski avatar d4yz avatar eltociear avatar eran1232 avatar exe-r avatar flifloo avatar idandaniel avatar itaykal avatar jaapp- avatar kebe7jun avatar mahmoodfathy avatar mishushakov avatar nathancrotty avatar nirlevy98 avatar realech avatar roey7 avatar tangowithfoxtrot avatar teynar avatar troy-f avatar yuvalsteuer avatar zlepper avatar

Stargazers

 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.