Enhancing Product Discovery: Implementing Semantic Search with OrderCloud and Azure AI Search

Improving product searchability is essential for any commerce website. Traditional search experiences typically rely on keywords and synonyms, but they often fail to capture the user’s intent effectively. Understanding intent through keywords alone is challenging, as many words in English have multiple meanings, and their true meaning depends on the context of the entire query. To address this challenge, we can leverage vector embeddings from AI models alongside a search platform that supports vector-based retrieval, enabling intent-based search and delivering more relevant results beyond basic keyword matching.

Continue reading “Enhancing Product Discovery: Implementing Semantic Search with OrderCloud and Azure AI Search”

Sitecore Connect: Unable to Access Full API Response Body in Recipe Steps? Here’s the Workaround!

When working with Sitecore Connect/Workato, there are times when you need to access the complete response body of a previous step or trigger as a data pill rather than just specific parameters of the response object. This is especially useful when working with integrations like OpenAI, which can automatically process JSON without requiring manual mapping of each individual parameter by system integrators.

Continue reading “Sitecore Connect: Unable to Access Full API Response Body in Recipe Steps? Here’s the Workaround!”

Unlocking AI Potential in Sitecore: Integrating Azure OpenAI using SPE

In today’s fast-paced digital landscape, leveraging AI has become essential for optimizing marketing and content operations. Integrating Azure OpenAI with Sitecore can streamline tasks such as SEO metadata generation, content validation, and more. This blog demonstrates how to integrate the Azure OpenAI, which is securely protected by Azure Role-Based Access Control (RBAC), with Sitecore using the Sitecore PowerShell Extension (SPE).

Continue reading “Unlocking AI Potential in Sitecore: Integrating Azure OpenAI using SPE”