Picnic enhances grocery search retrieval with LLMs and precomputed embeddings
Picnic needed to serve a high volume of grocery search queries across multiple countries with different languages and culinary preferences, while handling typos, vague inputs, and the latency demands of real-time as-you-type search.
Picnic implemented LLM-powered prompt-based description generation with precomputed embeddings and OpenSearch retrieval, aiming to improve conversion rates, click-through rates, and customer satisfaction, validated through iterative A/B testing.
Frequently asked questions
What did this team achieve with this AI workflow?
Picnic implemented LLM-powered prompt-based description generation with precomputed embeddings and OpenSearch retrieval, aiming to improve conversion rates, click-through rates, and customer satisfaction, validated th…
What tools did this team use?
GPT3.5-turbo, text-embedding-3-small, OpenSearch.
What results were reported?
Search terms precomputed: 99%; Conversion rate: improve conversion rates; Click-through rate: enhancing the click-through rate; Customer satisfaction: boost customer satisfaction (source-reported, not independently verified).
How is this ecommerce ops AI workflow structured?
Customer submits search query → LLM generates product description → Convert description to embeddings → Precompute embeddings for speed → OpenSearch retrieval → Embedding sanity checks → A/B test and iterate.