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
I tried integrating chatterbot into my chatbot without any success. I need help with doing it or if this is not possible, suggest alternatives