Skip to content

hcrawfdev/endoxabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Endoxa

Turn your knowledgebase into a Q&A slack bot.

Prerequisites:

  • Python 3.6+
  • Slack App Token (export SLACK_APP_TOKEN=your_token)
  • Slack bot token (export SLACK_BOT_TOKEN=your_token)
  • OpenAI API Key (export OPENAI_API_KEY=your_token)

Installation

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

Built with Langchain ⛓.

About

Turn your knowledgebase into a Q&A slack bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages