https://github.com/bnarasimha21/discordbot
A discord bot which helps to answer questions based on preferences set by us
https://github.com/bnarasimha21/discordbot
bot chromadb discord langchain rag
Last synced: 12 months ago
JSON representation
A discord bot which helps to answer questions based on preferences set by us
- Host: GitHub
- URL: https://github.com/bnarasimha21/discordbot
- Owner: bnarasimha21
- Created: 2024-06-06T08:58:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T10:48:30.000Z (almost 2 years ago)
- Last Synced: 2025-06-24T06:50:30.548Z (about 1 year ago)
- Topics: bot, chromadb, discord, langchain, rag
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/bnarasimha/DiscordBot/actions/workflows/python-app.yml)
## DiscordBot
A discord bot which can be installed to Discord servers and it can act as a helper to asnwer questions based on the data fed by us.
### Running the application
1. docker-compose.yml file is available in project root directory.
2. ```docker compose up``` command should spin up 3 containers.
a. ChromaDB container
b. Store documents container which executes store_documents.py and stores the Documents in ChromaDB
c. Webapp container which is a Gradio app providing Q&A feature to the users