At last week's StoreAI launch, our CEO Andreas Hassellöf showed one way to use ChatGPT and similar Large Language Models (LLMs) in retail using Ombori Grid.
To start with, Andreas told the bot he was looking for a phone charger. The bot asked him what kind of phone he was using, and then recommended suitable product options, with additional information to help him make a decision.
Once Andreas chose which charger he wanted, the bot offered him a number of purchase options. He could have had it delivered. or else he could go to a nearby store and pick it up right away. To help him make this decision, he was shown a map to the nearest available store. Once he selected the pickup option, he was given a detailed store map showing him exactly where his purchase would be located.
To conclude the demo, Andreas asked about sustainability, and was told about the retailer’s sustainability initiatives and principles.
The important thing to note is that this is not possible using a standard ChatGPT implementation. It needs to be customized for use in retail. Let’s look at what we did.
Public vs private data
The secret behind this is that retail chatbots can’t just use generic, publicly available information. Most of the time, LLMs pull data from all over the Web. That doesn’t work in this context for two reasons. First, much of the information needed to answer a customer’s question isn’t actually available on the Web. And second, much of what’s on the Web is inaccurate, out of date, or misleading. Using generic data leads to so-called “hallucinations” or misinformation, which is not acceptable in a commercial context.
Instead, retail chatbots need to work from curated private data. They need access to data that’s not publicly available, such as current inventory or a customer’s purchase history. They also need to know that the data they’re using is up to date and accurate. To do this, the retailer needs complete control over the data the bot is using.
In the example above:
This is all made possible by using a customized AI and private data.
Creating a private database
We’ve made it super easy to create a private AI database inside Grid. Simply drag and drop documents into StoreAI, and the bot will automatically parse them. In the demo I dropped a PDF about the retailer’s sustainability programs into StoreAI, and right away, the bot was able to answer Andreas’s question about their sustainability initiatives and principles.
The StoreAI knowledgebase ties in with existing private real-time Grid data, including products, pricing, discounts, inventory, delivery options, loyalty programs, locations, maps, and marketing materials. StoreAI has access to the entirety of this private information, and can construct its responses based on detailed, up to date information that is not publicly available.
Using a private database to power an LLM chatbot ensures that customers are getting accurate information. It completely removes many of the concerns with AI, and gives customers a reliable, enjoyable experience that’s fun and easy to use.
June 01, 2023