Using RAG (retrieval augmented generation) with Chatterbot
I’m building a RAG chatbot which answers questions over documents stored in a db. I’m using django for backend and react for frontend. I want to integrate chatterbot with my bot. I went through the docs of chatterbot and there was no mention of integration with RAG. I wanted to know if I can integrate chatterbot with my bot so that the bot gets better and more efficient at generating responses