This project shows how to hook up a RAG pipeline and connect it with a slackbot to receive questions and generate answers in the channel
This project receives messages from a slackbot and then does RAG to return the generated response back to the slackbot channel. It uses the Vlite numpy vector database to store the embeddings of the simple chunked document.
pip install requirements.txt
-
SLACK_OATH_TOKEN = "xxxx" SLACK_APP_TOKEN = "xxxx"
python app.py