Building a RAG chatbot has become a well-marked exercise: split the content into chunks, compute embeddings, search by similarity, hand the relevant passages to a model, generate the answer. It's an increasingly well-documented craft, built on solid pieces. We did it for GoodBarber apps: a chat...
Source: [Dev.to](https://dev.to/goodbarber/your-chatbot-is-a-second-door-onto-your-content-535h)