Pinbot is a fairly simple project build for the Peerlist Dec Hackathon , which lets you chat with your discord channel's pins with the power of AI
I have used Retrieval Augumented Generation Model which help in creating such tool which the context awareness and for that purpose I have used Gemini's 1.5 flash model for answering user queries and Pinecone DB for storing vector embeddings.
Some commands-
/export -> Lets you exports the current channel's pins to pinecone
/ping [random input] -> Check the bot status(replies with Pong {input}
/chat-with-pin [chat] -> lets you chat with the pins in the channel
I hope you like this project and Kindly Upvote this project.
Built with