Skip to content
/ gerev Public
forked from GerevAI/gerev

🧠 AI-powered search engine for your organization πŸ”Ž

License

Notifications You must be signed in to change notification settings

teynar/gerev

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Join Discord for early access code!

Discord Shield

Join here!

New! πŸŽ‰ ChatGPT plugin support!

Connect Gerev as a plugin to ChatGPT -> ask questions about your entire organization.
See more awesome plugins awesome-chatgpt-plugins ChatGPT Integration

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 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 - by @flifloo πŸ™
  • Mattermost - by @itaykal πŸ™
  • RocketChat - by @flifloo πŸ™
  • Gitlab Issues (In PR πŸ™)
  • Zendesk (In PR πŸ™)
  • Azure DevOps (In PR πŸ™)
  • Notion (In Progress... πŸ™)
  • Trello (In Progress... πŸ™)
  • Microsoft Teams
  • Sharepoint
  • Jira

πŸ™ - by the community

Natural Language

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

See CONTRIBUTING.md

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

first image

About

🧠 AI-powered search engine for your organization πŸ”Ž

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.4%
  • TypeScript 37.4%
  • HTML 1.0%
  • CSS 0.7%
  • JavaScript 0.7%
  • Mako 0.3%
  • Other 0.5%