You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
16
16
17
17
key_benefits_list:
18
18
- name: 'Proven in production'
@@ -22,19 +22,19 @@ key_benefits_list:
22
22
- name: 'Open and flexible'
23
23
description: 'Take advantage of open-source integrations into popular open frameworks and use managed services from major cloud providers.'
24
24
- 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.'
26
26
27
27
key_features_list:
28
28
- name: 'Vector database'
29
29
description: 'Use low-latency queries to discover assets by degree of similarity through k-nearest neighbors (k-NN) functionality.'
30
30
- 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 humanlanguage queries through searches that consider context and relationships.'
32
32
- 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.'
34
34
- 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.'
36
36
- 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.'
38
38
- name: 'Vector quantization support'
39
39
description: 'Improve performance and cost by reducing your index size and query latency with minimal impact on recall.'
40
40
@@ -49,8 +49,9 @@ hero_images:
49
49
alt: 'OpenSearch platform for search applications hero banner.'
50
50
---
51
51
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.
53
55
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.
Copy file name to clipboardExpand all lines: _redesign_use_cases/machineLearning-category.markdown
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,23 +24,19 @@ button_stack:
24
24
<tbody>
25
25
<tr>
26
26
<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>
28
28
</tr>
29
29
<tr>
30
30
<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>
32
32
</tr>
33
33
<tr>
34
34
<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>
36
36
</tr>
37
37
<tr>
38
38
<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>
0 commit comments