I have a Q&A site using Answer which is curated and populated by a small set of users.
I would like to create a chatbot that people can interact with which will use the Q&A site as the source of data for the chatbot and answer questions using data from the website.
This is doable with OpenAI Assistants by feeding files as additional context. I'm wondering if anyone has done this already as I'm contemplating whether to use the underlying database directly to extract the data, or whether to use some sort of Website Crawling approach as I would like the model to answer questions in a chat interface, but also provide a link to the Q&A site in the answer.