Thomson Reuters Labs builds RAG-powered customer support assistant using GPT-4 and milvus to reduce resolution times
Customer support agents at Thomson Reuters faced cognitive overload navigating hundreds of thousands of knowledge base articles and CRM tools, while resolution knowledge was siloed in individual agents with no structured way to share it across the team.
Thomson Reuters Labs deployed a RAG-based chatty interface that provides customer support agents with accurate, product-specific resolutions grounded in curated domain knowledge, reducing resolution times compared to an ungrounded GPT-4 response.
Frequently asked questions
What did this team achieve with this AI workflow?
Thomson Reuters Labs deployed a RAG-based chatty interface that provides customer support agents with accurate, product-specific resolutions grounded in curated domain knowledge, reducing resolution times compared to…
What tools did this team use?
GPT-4, milvus, all-MiniLM-L6-v2, huggingface.
What results were reported?
Resolution time: reduce resolution times (source-reported, not independently verified).
How is this customer support AI workflow structured?
Ingest and chunk source data → Generate and index embeddings → Agent submits query → Dense retrieval of relevant docs → GPT-4 generates grounded response → Accurate resolution delivered.