Hello, I would like to use AI at our helpdesk. A customer submits a ticket and the AI would propose a response to their request. My idea is to expand GPT with data from our resolved tickets (there are more than 10,000 of them).
- Is this even feasible?
- If yes, is Llamaindex suitable for this? If not, what should I look at?
- If yes, what data should I store? A ticket has a title, content written by the customer, and then there are comments from both support staff and the customer (when something needs to be resolved further). It makes sense to me to store all these things. Does it make sense to note whether the comment is from the customer or from support staff?
- In what format should I store the data? I have access to the helpdesk database, so it's no problem to read and export it in anything. It should probably be clear to which ticket each comment belongs. So it makes sense to me to store it in some structured format. Is that correct? Is a json structure more suitable than exporting it to txt?
Thanks for suggestions π