Vectorizing a Ticket System for RAG

Hey everyone,
I have a ticket system (Redmine), and I’d like to enhance it by making it searchable using an LLM with a RAG setup.

What’s the best way to format the data before feeding it into a memory/vector store?
Also, what kind of metadata should I include to get the best retrieval results?