Skip to content

Commit ab29ae2

Browse files
Merge pull request opensearch-project#3622 from kaimmej/CapabilitiesPage-MachineLearning-createNewPage
[NEW] ML / AI Capabilities landing page
2 parents e7f8c45 + 34780c6 commit ab29ae2

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

_platforms/machineLearning.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ feature_area_category_name: MachineLearning
1212
feature_area_solution_name: ''
1313
has_hero: true
1414

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

1717
key_benefits_list:
1818
- name: 'Proven in production'
@@ -22,19 +22,19 @@ key_benefits_list:
2222
- name: 'Open and flexible'
2323
description: 'Take advantage of open-source integrations into popular open frameworks and use managed services from major cloud providers.'
2424
- name: 'Built for the future'
25-
description: 'Future-proof your AI applications with vector, lexical, and hybrid search, analytics, and observability capabilities, all in one software suite.'
25+
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.'
2626

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

@@ -49,8 +49,9 @@ hero_images:
4949
alt: 'OpenSearch platform for search applications hero banner.'
5050
---
5151

52-
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.
52+
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.
53+
54+
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.
5355

54-
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.
5556

5657

_redesign_use_cases/machineLearning-category.markdown

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,19 @@ button_stack:
2424
<tbody>
2525
<tr>
2626
<td>Search</td>
27-
<td>Power visual, semantic, and multimodal search using models that work best for your key scenarios.</td>
27+
<td>Power multimodal search and accommodate different data types using the models that work best for your key scenarios.</td>
2828
</tr>
2929
<tr>
3030
<td>Generative AI agents</td>
31-
<td>Use generative AI to build intelligent agents that deliver better results for chatbots or automated conversation entities.</td>
31+
<td>Use large language models (LLMs) and generative AI to build intelligent agents that deliver better results for chatbots or automated conversation entities.</td>
3232
</tr>
3333
<tr>
3434
<td>Recommendation engine</td>
35-
<td>Generate product and user embeddings using collaborative filtering techniques.</td>
35+
<td>Generate product and user embeddings through collaborative filtering techniques.</td>
3636
</tr>
3737
<tr>
3838
<td>User-level content targeting</td>
39-
<td>Personalize web pages by retrieving content ranked by user propensities through embeddings trained on user interactions.</td>
40-
</tr>
41-
<tr>
42-
<td>Automated pattern matching and de-duplication</td>
43-
<td>Enhance your data quality processes by using similarity search to automate pattern matching and duplication discovery in data.</td>
39+
<td>Personalize web pages by retrieving content ranked by user propensities with embeddings trained on human interactions.</td>
4440
</tr>
4541
<tr>
4642
<td>Data and ML platforms</td>

0 commit comments

Comments
 (0)