-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
Speaker session blog post
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Matt Lutton | ||
short_name: mlutton | ||
photo: '/assets/media/community/members/mlutton.png' | ||
title: 'OpenSearch Project Community Member: Matt Lutton' | ||
primary_title: Matt Lutton | ||
|
||
linkedin: mattlutton | ||
|
||
job_title_and_company: '' | ||
|
||
personas: | ||
- author | ||
|
||
|
||
|
||
permalink: '/community/members/matt-lutton.html' | ||
|
||
--- | ||
Matt Lutton contributes brand and creative strategy to the OpenSearch Project; he enjoys playing with his two young kids and teaching himself how to make watch straps. | ||
Check failure on line 20 in _community_members/mlutton.md GitHub Actions / vale[vale] _community_members/mlutton.md#L20
Raw output
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<iframe | ||
class="embed-video" | ||
loading="lazy" | ||
src="https://www.youtube.com/embed/{{ include.id }}" | ||
frameborder="0" | ||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" | ||
allowfullscreen="true" | ||
></iframe> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
layout: post | ||
title: 'Session spotlight: Keynote address at OpenSearchCon North America 2024' | ||
authors: | ||
- mlutton | ||
date: 2024-10-21 | ||
categories: | ||
- community | ||
- speaker spotlights | ||
meta_keywords: OpenSearchCon, OpenSearch Project, Adobe, Linux Foundation, GenAI, Vector Search, OpenSearch Software Foundation | ||
meta_description: Watch the OpenSearchCon North America 2024 keynote address and hear from featured speakers from OpenSearch, Adobe, and the Linux Foundation as they discuss uses cases along with the project’s history and future. | ||
excerpt: 'The opening keynote for OpenSearchCon North America 2024 was given by Eli Fisher, Senior Manager of Project Management at AWS for OpenSearch, alongside two very special guests: Anupam Chaturvedi, Engineering Manager for Acrobat GenAI Services at Adobe, and Jim Zemlin, Executive Director of the Linux Foundation.' | ||
featured_blog_post: false | ||
featured_image: false | ||
has_math: false | ||
has_science_table: false | ||
youtubeID: WPVGfWoR0B8 | ||
--- | ||
|
||
Whether or not you were able to join us in San Francisco for OpenSearchCon North America 2024, now is a fantastic time to review recordings of the sessions. In our first session spotlight we're bringing you back to the kickoff of the conference on September 24, 2024. | ||
|
||
The opening keynote for OpenSearchCon North America 2024 was given by Eli Fisher, Senior Manager of Project Management at AWS for OpenSearch, alongside two very special guests: Anupam Chaturvedi, Engineering Manager for Acrobat GenAI Services at Adobe, and Jim Zemlin, Executive Director of the Linux Foundation. | ||
Check failure on line 22 in _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md GitHub Actions / vale[vale] _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md#L22
Raw output
Check failure on line 22 in _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md GitHub Actions / vale[vale] _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md#L22
Raw output
Check failure on line 22 in _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md GitHub Actions / vale[vale] _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md#L22
Raw output
|
||
|
||
{% include embed/youtube.html id=page.youtubeID %} | ||
|
||
In this keynote Eli Fisher outlines the history of the OpenSearch Project, from inception to joining the [Linux Foundation](https://www.linuxfoundation.org/) as the [OpenSearch Software Foundation](http://foundation.opensearch.org) in September 2024. Anupam Chaturvedi also dives into the exciting use case of GenAI-assisted search in PDF documents at [Adobe](https://www.adobe.com/acrobat/generative-ai-pdf.html), enabled by the powerful vector search capabilities of OpenSearch. And, finally, Jim Zemlin makes the case for the bright future of open-source software and highlights the strength of partnering with projects like the OpenSearch Project. | ||
Check failure on line 26 in _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md GitHub Actions / vale[vale] _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md#L26
Raw output
Check failure on line 26 in _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md GitHub Actions / vale[vale] _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md#L26
Raw output
Check failure on line 26 in _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md GitHub Actions / vale[vale] _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md#L26
Raw output
|
||
|
||
|
||
|
||
Follow the [OpenSearch Project on Youtube](https://www.youtube.com/@OpenSearchProject) to find other recordings of OpenSearchCon presentations going back to our original user conference in 2022. | ||
Check failure on line 30 in _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md GitHub Actions / vale[vale] _posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md#L30
Raw output
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$radius-sm: 6px !default; | ||
$radius-lg: 10px !default; | ||
|
||
%rounded { | ||
border-radius: $radius-lg; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@import 'common/module'; |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ | |
@import "community"; | ||
@import "two-column-layout"; | ||
@import "navbar"; | ||
@import "main-imports"; |