Santalucía Seguros: Enterprise-level RAG for Enhanced Buyer Service and Agent Productiveness


Within the insurance coverage sector, prospects demand customized, quick, and environment friendly service that addresses their wants. In the meantime, insurance coverage brokers should entry a considerable amount of documentation from a number of places and in numerous codecs. To enhance customer support and agent productiveness, Santalucía Seguros, a Spanish firm that has supported households for over 100 years, applied a GenAI-based Digital Assistant (VA) able to supporting brokers’ queries about merchandise, coverages, procedures and extra.

The VA is accessed inside Microsoft Groups and is ready to reply agent questions in pure language on any cellular system, pill, or laptop, in real-time, with 24/7 availability. This entry makes insurance coverage brokers’ day by day work a lot simpler. For instance, each time a buyer asks about protection they will get a solution in seconds. The velocity of the response not solely positively impacts buyer satisfaction, it accelerates the sale of merchandise by offering instant and correct solutions.

The answer structure relies on a Retrieval Augmented Era (RAG) framework working on Santalucía’s Superior Analytics Platform that’s powered by Databricks and Microsoft Azure, providing flexibility, privateness, safety, and scalability. This structure permits the continual ingestion of up-to-date documentation into embedding-based vector shops, which give the flexibility to index info for fast search and retrieval. The RAG system is ready up as a pyfunc mannequin in MLflow, an open supply LLMOps answer from Databricks. We additionally used Databricks Mosaic AI Mannequin Serving endpoints to host all LLM fashions for queries.

It may be difficult to assist the continual supply of latest releases whereas sustaining good LLMOps practices and response high quality, because it requires the seamless integration of newly ingested paperwork into the RAG system. Making certain the standard of responses is essential for our enterprise, and we can not afford to change any a part of the answer’s code with out guaranteeing that it’ll not negatively affect the standard of beforehand delivered releases. This requires thorough testing and validation processes to maintain our solutions correct and dependable. We relied on the RAG instruments obtainable within the Databricks Knowledge Intelligence Platform to make sure our releases at all times have the most recent knowledge, with governance and guardrails round their output.

Subsequent, we’ll delve into the essential parts important for the profitable growth of a GenAI-based Digital Assistant that’s high-quality, scalable, and sustainable. These parts have made it simpler to develop, deploy, consider, monitor, and ship the answer. Listed here are two of crucial ones.

 

Mosaic AI Mannequin Serving

Mosaic AI Mannequin Serving makes it simple to combine exterior LLMs, reminiscent of GPT-4 or different fashions obtainable within the Databricks Market, into our platform. Mosaic AI Mannequin Serving manages the configuration, credentials, and permissions of those third-party fashions, permitting entry to them by way of REST API. This ensures that any utility or service will use it in a unified approach, and offers an summary layer that makes it simple for growth groups so as to add new fashions, eliminating the necessity for third-party API integrations. Mannequin Serving is essential for us because it permits the administration of token consumption, credentials, and safety entry. We have now constructed a simple technique for creating and deploying new endpoints upon request, utilizing a easy git repository with a CI/CD course of that deploys the endpoint within the applicable Databricks workspace.

Builders can work together with LLM fashions (for instance, exterior providers like Azure OpenAI API or another third-party mannequin, self-hosted that may be deployed from the Databricks Market) not directly by way of a Databricks endpoint. We deploy new fashions on our platform by way of a git repository, the place we outline a configuration JSON to parameterize credentials and endpoints. We preserve these credentials secure in an Azure Key vault and use MLflow to deploy fashions in Databricks with CI/CD pipelines for mannequin serving.

Mosaic AI Model Serving workflow
Determine 1: Mosaic AI Mannequin Serving workflow

LLM as a decide for analysis earlier than new releases

Evaluating the standard of the RAG responses is essential for Santalucía. Every time we ingest new paperwork into the VA, we should overview the assistant’s efficiency earlier than releasing the up to date model. This implies we can not look forward to customers to judge the standard of the responses; as an alternative, the system itself should have the ability to assess the standard earlier than scaling to manufacturing.

Our proposed answer makes use of a high-capacity LLM as a decide inside the CI/CD pipeline. To trace how good the VA’s solutions are, we should first create a floor fact set of questions which have been validated by professionals. For instance, if we wish to embody a brand new product’s coverages within the VA, we should get the documentation and (both manually or aided by a LLM) develop a set of questions relating to the documentation and the anticipated reply to every query. Right here, it is very important notice that with every launch, the set of questions/solutions within the floor fact will increase mannequin robustness.

The LLM-as-a-judge consists of natural-language-based standards for measuring accuracy, relevance, and coherence between anticipated solutions and people offered by the VA. Thus, for every query/reply pair within the floor fact, the decide oversees scoring the standard. For instance, we would design a criterion as follows:

JudgeCriteriaCode
Determine 2: LLM-as-a-judge standards design

We set up an analysis course of inside the CI/CD pipeline. The VA solutions every query utilizing the bottom fact, and the decide assigns a rating by evaluating the anticipated reply with the one offered by the VA. Right here is an instance with two questions:

LLM as a Judge
Determine 3: instance of a LLM-as-a-judge analysis course of

The primary benefit is apparent: we need not look forward to the person to tell us that the VA is malfunctioning in retrieving info and producing responses. Moreover, we frequently must make minor changes to some components of the code, reminiscent of a immediate. An analysis system like this, based mostly on floor fact and LLM-as-a-judge, permits us to detect whether or not any modifications made to a immediate to reinforce the person expertise are impacting the standard of responses from beforehand delivered releases.

 

Conclusion

Santa Lucia has applied a robust and adaptable structure utilizing a RAG framework for a GenAI-based Digital Assistant. Our answer combines exterior LLM fashions with our Superior Analytics Platform, making certain privateness, safety and management of the information and fashions. The velocity and high quality of the responses are essential for enterprise and buyer satisfaction. By utilizing Mosaic AI Mannequin Serving and LLM-as-a-judge, the Digital Assistant has exceeded the expectations of customers whereas demonstrating finest practices for LLM deployment. We’re dedicated to enhancing our answer additional by way of response high quality, efficiency, and value and stay up for extra collaboration with the Databricks Mosaic AI workforce.

 

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles