This is the official repository for the Cutie Hack 2025 Discord bot. The bot uses a RAG (Retrieval-Augmented Generation) pipeline with Google Gemini and Pinecone to answer participant questions.
-
Clone the repo
-
Create a virtual environment
-
Install dependencies
pip install -r requirements.txt -
Create
.envfile and add credentials
DISCORD_BOT_TOKEN=""
GEMINI_API_KEY=""
PINECONE_API_KEY=""
TARGET_CHANNEL_ID=""
TEST_CHANNEL_ID="optional"
- Run with
python bot.py