From c9fc90f20b18cc4d1a4422463c94cbcec6f3c77b Mon Sep 17 00:00:00 2001 From: Nate B <96254688+nateynateynate@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:42:29 -0700 Subject: [PATCH] Session: Tune E-commerce Search For Success with Chorus & OpenSearch Signed-off-by: Nate B <96254688+nateynateynate@users.noreply.github.com> --- _community_members/chull.md | 3 +- ...-for-success-with-chorus-and-opensearch.md | 61 +++++++++++++++++++ 2 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 _opensearchcon_sessions/2024-europe-tune-e-commerce-search-for-success-with-chorus-and-opensearch.md diff --git a/_community_members/chull.md b/_community_members/chull.md index 296a3e38cc..5abf7d3bd3 100644 --- a/_community_members/chull.md +++ b/_community_members/chull.md @@ -23,11 +23,10 @@ github: flaxsearch linkedin: 'charliehullsearch' session_track: - conference_id: "2024-europe" - name: "Workshops" + name: "Search" permalink: '/community/members/charlie-hull.html' personas: - conference_speaker - - author conference_id: - "2024-europe" --- diff --git a/_opensearchcon_sessions/2024-europe-tune-e-commerce-search-for-success-with-chorus-and-opensearch.md b/_opensearchcon_sessions/2024-europe-tune-e-commerce-search-for-success-with-chorus-and-opensearch.md new file mode 100644 index 0000000000..bc27c8501f --- /dev/null +++ b/_opensearchcon_sessions/2024-europe-tune-e-commerce-search-for-success-with-chorus-and-opensearch.md @@ -0,0 +1,61 @@ +--- +# +# The expected filename format is ${conference_id}-${url-encoded-session-title}.md +# For example the "Community Inclusion" session from the 2023 conference in North America the title is "2023-europe-community-inclusion.html" +# + +# Conference session speaker short name that maps to a short_name value +# in the community members collection. +primary_presenter: 'charliehull' + +# Conference session speaker full name. +speaker_name_full: 'Charlie Hull' + +# Conference session title. +speaker_talk_title: "Tune E-commerce Search For Success with Chorus & OpenSearch" + +# Page level 1 header title. +primary_title: "Tune E-commerce Search For Success with Chorus & OpenSearch" + +# Page document title displayed in the browser title bar. +title: "OpenSearchCon 2024 Session: Tune E-commerce Search For Success with Chorus & OpenSearch" + +breadcrumbs: + icon: community + items: + - title: OpenSearchCon + url: /events/opensearchcon/index.html + - title: 2024 + url: /events/opensearchcon/2024/index.html + - title: Europe + url: /events/opensearchcon/2024/europe/index.html + - title: Session Summaries + url: /events/opensearchcon/2024/europe/sessions/index.html + +session_time: "time TBD" + +session_room: "a room yet to be determined." + +# Session topic track. +session_track: "Search" + +# URL permalink for the session. +permalink: '/events/opensearchcon/sessions/tune-e-commerce-search-for-success-with-chorus-and-opensearch.html' + +# ID of the YouTube video of the session to embed in the page. +# This is to be added after the conference and after the session recordings +# are uploaded to YouTube. +#youtube_video_id: 'SOME_YOUTUBE_VIDEO_ID' + +# Conference ID. +# It is normative to use the format of 'YYYY-location-name', eg. '2023-europe'. +conference_id: '2024-europe' + +# Array of short_name values for the Community Members with the conference_speaker persona whom are presenting the session. This includes the primary_speaker indicated above and any other presenters (if any). +presenters: + - charliehull + +--- +E-commerce search managers are constantly tuning search, finding under-performing or problem queries and balancing changing business and user needs. Chorus, an entirely open source reference platform for e-commerce (now compatible with OpenSearch), allows you to test queries, gather human judgements and derive overall search result quality metrics. It also allows individual queries to be modified to boost up or down products from certain categories, help match what the user types with your product catalogue or redirect to information pages. Chorus is a composable reference implementation- you can take each of the technologies demonstrated and use them with your own OpenSearch setup as you require. + +We'll show how Chorus came to be and demonstrate using our example online shop, Chorus Electronics, how to fix common problems that affect user loyalty and sales volume. We'll also discuss how Chorus can empower search managers to fix problem queries without re-indexing or modifying search configurations - even on a live site. We'll finish with examples of how vector search can be used in Chorus to improve results and add image search. \ No newline at end of file