https://github.com/spongejump/embedjs-slackbot
EmberJS SlackBot is using LLM RAG
https://github.com/spongejump/embedjs-slackbot
Last synced: about 1 year ago
JSON representation
EmberJS SlackBot is using LLM RAG
- Host: GitHub
- URL: https://github.com/spongejump/embedjs-slackbot
- Owner: spongejump
- Created: 2024-10-02T07:49:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T07:59:15.000Z (over 1 year ago)
- Last Synced: 2025-03-20T08:41:24.421Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack bot based on embedJs
## Description
This is a simple open source slack chat bot based on the [EmbedJs](https://github.com/llm-tools/embedJs).
## Deployment
```bash
$ docker compose up
$ npm run start
```
**NOTE:** The documentation is still a WIP.