Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW] ML / AI Capabilities landing page #3622

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions _platforms/machineLearning.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ feature_area_category_name: MachineLearning
feature_area_solution_name: ''
has_hero: true

overview_header_text: 'Build flexible, scalable, and future-proof machine learning and artificial intelligence applications'
overview_header_text: 'Build flexible, scalable, and future-ready machine learning and artificial intelligence applications'

key_benefits_list:
- name: 'Proven in production'
Expand All @@ -22,19 +22,19 @@ key_benefits_list:
- name: 'Open and flexible'
description: 'Take advantage of open-source integrations into popular open frameworks and use managed services from major cloud providers.'
- name: 'Built for the future'
description: 'Future-proof your AI applications with vector, lexical, and hybrid search, analytics, and observability capabilities, all in one software suite.'
description: 'Prepare your AI applications for future innovations with vector, lexical, and hybrid search, as well as analytics and observability capabilities, all in one software suite.'

key_features_list:
- name: 'Vector database'
description: 'Use low-latency queries to discover assets by degree of similarity through k-nearest neighbors (k-NN) functionality.'
- name: 'Neural search'
description: 'Create semantic search applications by running human-language instead of vector-based queries.'
description: 'Improve accuracy and relevancy for human language queries through searches that consider context and relationships.'
- name: 'Extensible ML framework'
description: 'Power neural search through integrated models that share a unified API, whether they run on-cluster or externally.'
description: 'Power neural search through OpenSearch’s pre-trained models, upload your own, or connect to externally hosted models.'
- name: 'Anomaly detection'
description: 'Detect anomalies in your OpenSearch data automatically, in near real time, using the Random Cut Forest (RCF) algorithm.'
description: 'Automatically detect unusual behavior in your data in near real time using the Random Cut Forest (RCF) algorithm.'
- name: 'Efficient filtering'
description: 'Intelligently evaluate strategies to optimize between recall and latency.'
description: 'Apply intelligent strategies to optimize recall and latency for vector search.'
- name: 'Vector quantization support'
description: 'Improve performance and cost by reducing your index size and query latency with minimal impact on recall.'

Expand All @@ -49,8 +49,9 @@ hero_images:
alt: 'OpenSearch platform for search applications hero banner.'
---

The artificial intelligence (AI) revolution has transformed process optimization, analytics, and customer experiences. Now, machine learning (ML) models are powering the next leap forward through vector search. By embedding models that can encode the meaning and context of documents, images, and audio into vectors for similarity-driven searches, this framework unlocks powerful ML and AI tooling and capabilities.
Artificial intelligence (AI) has transformed process optimization, analytics, and customer experiences. Now, machine learning (ML) models are powering the next leap forward through vector search. By embedding models that can encode the meaning and context of documents, images, and audio into vectors for similarity-driven searches, vector search unlocks powerful ML and AI tooling and capabilities.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverse the order here to mention vector first and how this is transforming ML models and driving the innovation across the industry. Drop the use of "Now" since that dates the content quickly and AI/ML has been around for a while.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The voice for this content is passive - AI continues to transform vector and it continues to evolve. Maybe something along these lines: "Artificial Intelligence (AI) is transforming search through vector technology." We should mention vector in the first sentence since that is what this page is about.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kaimmej : Let's take Patti's suggestion and push this through.


OpenSearch brings traditional search, analytics, and vector search together in one solution. By reducing the effort you need to operationalize, manage, and integrate AI-generated assets, OpenSearch’s vector database capabilities accelerate ML and AI application development. Built-in performance and scalability allow you to power vector, lexical, and hybrid search and analytics across all your models, vectors, and metadata. Enhance information retrieval and analytics, improve efficiency and stability, and give your generative AI models the resources to deliver more accurate and intelligent responses.

OpenSearch brings traditional search, analytics, and vector search together in one complete solution. By reducing the effort you need to operationalize, manage, and integrate AI-generated assets, OpenSearch’s vector database capabilities accelerate ML and AI application development. Built-in performance and scalability power vector, lexical, and hybrid search and analytics across all your models, vectors, and metadata. Enhance information retrieval and analytics, improve efficiency and stability, and give your generative AI models a greater pool of data using OpenSearch.


12 changes: 4 additions & 8 deletions _redesign_use_cases/machineLearning-category.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,19 @@ button_stack:
<tbody>
<tr>
<td>Search</td>
<td>Power visual, semantic, and multimodal search using models that work best for your key scenarios.</td>
<td>Power multimodal search and accommodate different data types using the models that work best for your key scenarios.</td>
</tr>
<tr>
<td>Generative AI agents</td>
<td>Use generative AI to build intelligent agents that deliver better results for chatbots or automated conversation entities.</td>
<td>Use large language models (LLMs) and generative AI to build intelligent agents that deliver better results for chatbots or automated conversation entities.</td>
</tr>
<tr>
<td>Recommendation engine</td>
<td>Generate product and user embeddings using collaborative filtering techniques.</td>
<td>Generate product and user embeddings through collaborative filtering techniques.</td>
</tr>
<tr>
<td>User-level content targeting</td>
<td>Personalize web pages by retrieving content ranked by user propensities through embeddings trained on user interactions.</td>
</tr>
<tr>
<td>Automated pattern matching and de-duplication</td>
<td>Enhance your data quality processes by using similarity search to automate pattern matching and duplication discovery in data.</td>
<td>Personalize web pages by retrieving content ranked by user propensities with embeddings trained on human interactions.</td>
</tr>
<tr>
<td>Data and ML platforms</td>
Expand Down