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
Copy file name to clipboardExpand all lines: explore-analyze/ai-features/ai-features.md
+29-27Lines changed: 29 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,72 +18,75 @@ To learn about enabling and disabling these features in your deployment, refer t
18
18
19
19
For pricing information, refer to [pricing](https://www.elastic.co/pricing).
20
20
21
-
## Requirements
21
+
## Requirements
22
22
23
23
- To use Elastic's AI-powered features, you need an appropriate license and feature tier. These vary by solution and feature. Refer to each feature's documentation to learn more.
24
24
- Most features require at least one working LLM connector. To learn about setting up large language model (LLM) connectors used by AI-powered features, refer to [](/solutions/security/ai/set-up-connectors-for-large-language-models-llm.md).
25
25
26
+
## AI-powered features on the Elastic platform
26
27
27
-
## AI-powered features in {{es}}
28
-
29
-
### Agent builder
30
-
28
+
### Elastic {{infer-cap}}
31
29
```{applies_to}
30
+
stack:
32
31
serverless:
33
-
elasticsearch: preview
34
-
observability: unavailable
35
-
security: unavailable
36
32
```
37
33
38
-
[Agent Builder](/solutions/search/elastic-agent-builder.md) enables you to create AI agents that can interact with your Elasticsearch data, run queries, and provide intelligent responses. It provides a complete framework for building conversational AI experiences on top of your search infrastructure.
34
+
[Elastic {{infer-cap}}](/explore-analyze/elastic-inference.md) enables you to use {{ml}} or AI models to make predictions or enact operations — such as text embedding, or reranking - on your data.
39
35
40
-
### AI assistant
36
+
To learn more, refer to:
37
+
38
+
-[Elastic {{infer-cap}} Service (EIS)](/explore-analyze/elastic-inference/eis.md): a managed service that runs {{infer}} outside your cluster resources.
39
+
-[The {{infer}} API](/explore-analyze/elastic-inference/inference-api.md): a general-purpose API that enables you to run {{infer}} using EIS, your own models, or third-party services.
40
+
41
+
### Natural language processing
41
42
```{applies_to}
42
43
stack:
43
44
serverless:
44
45
```
46
+
Natural Language Processing (NLP) enables you to analyze natural language data and make predictions.
45
47
46
-
[](/solutions/observability/observability-ai-assistant.md) helps you understand, analyze, and interact with your Elastic data throughout {{kib}}. It provides a chat interface where you can ask questions about the {{stack}} and your data, and provides contextual insights throughout {{kib}} that explain errors and messages and suggest remediation steps.
48
+
Elastic offers a range of [built-in NLP models](/explore-analyze/machine-learning/nlp/ml-nlp-built-in-models.md) such as the Elastic-trained [ELSER](/explore-analyze/machine-learning/nlp/ml-nlp-elser.md). You can also [deploy custom models](/explore-analyze/machine-learning/nlp/ml-nlp-overview.md).
49
+
50
+
## AI-powered features in {{es}}
51
+
52
+
### Agent builder
47
53
48
-
### Elastic inference
49
54
```{applies_to}
50
-
stack:
51
55
serverless:
56
+
elasticsearch: preview
57
+
observability: unavailable
58
+
security: unavailable
52
59
```
53
-
[Elastic Inference](/explore-analyze/elastic-inference.md) helps you use machine learning models to make predictions or enact operations — such as text embedding, or reranking - on your data.
54
60
55
-
To learn more, refer to:
56
-
57
-
-[Elastic Inference Service (EIS)](/explore-analyze/elastic-inference/eis.md): a managed service that runs inference outside your cluster resources.
58
-
-[The inference API](/explore-analyze/elastic-inference/inference-api.md): a general-purpose API that enables you to run inference using EIS, your own models, or third-party services.
61
+
[Agent Builder](/solutions/search/elastic-agent-builder.md) enables you to create AI agents that can interact with your {{es}} data, run queries, and provide intelligent responses. It provides a complete framework for building conversational AI experiences on top of your search infrastructure.
59
62
60
-
### Natural language processing
63
+
### AI assistant for {{es}}
61
64
```{applies_to}
62
65
stack:
63
66
serverless:
64
67
```
65
-
Natural Language Processing (NLP) allows you to analyze natural language data and make predictions.
66
68
67
-
Elastic offers a range of [built-in NLP models](/explore-analyze/machine-learning/nlp/ml-nlp-built-in-models.md)such as the Elastic-trained [ELSER](/explore-analyze/machine-learning/nlp/ml-nlp-elser.md). You can also [deploy custom models](/explore-analyze/machine-learning/nlp/ml-nlp-overview.md).
69
+
[](/solutions/observability/observability-ai-assistant.md)helps you understand, analyze, and interact with your Elastic data throughout {{kib}}. It provides a chat interface where you can ask questions about the {{stack}} and your data, and provides contextual insights throughout {{kib}} that explain errors and messages and suggest remediation steps.
68
70
69
71
### AI-powered search
70
72
```{applies_to}
71
73
stack:
72
74
serverless:
73
75
```
74
76
75
-
[AI-powered search](/solutions/search/ai-search/ai-search.md) helps you find data based on intent and contextual meaning using vector search technology, which uses machine learning models to capture meaning in content.
77
+
[AI-powered search](/solutions/search/ai-search/ai-search.md) helps you find data based on intent and contextual meaning using vector search technology, which uses {{ml}} models to capture meaning in content.
76
78
77
-
Depending on your team's technical expertise and requirements, you can choose from two broad paths:
79
+
Depending on your team's technical expertise and requirements, you can choose from two broad paths:
78
80
79
-
- For a minimal configuration, managed workflow use [semantic_text](https://www.elastic.co/docs/solutions/search/semantic-search/semantic-search-semantic-text)
80
-
- For more control over the implementation details, implement dense or sparse [vector search](https://www.elastic.co/docs/solutions/search/vector)
81
+
- For a minimal configuration, managed workflow use [semantic_text](https://www.elastic.co/docs/solutions/search/semantic-search/semantic-search-semantic-text)which is the recommended way to perform semantic search.
82
+
- For more control over the implementation details, implement dense or sparse [vector search](https://www.elastic.co/docs/solutions/search/vector).
81
83
82
84
### Hybrid search
83
85
```{applies_to}
84
86
stack:
85
87
serverless:
86
88
```
89
+
87
90
[Hybrid search](/solutions/search/hybrid-search.md) combines traditional full-text search with AI-powered search for more powerful search experiences that serve a wider range of user needs.
88
91
89
92
### Playground
@@ -102,10 +105,9 @@ serverless:
102
105
103
106
The [Model Context Protocol (MCP)](/solutions/search/mcp.md) lets you connect AI agents and assistants to your {{es}} data to enable natural language interactions with your indices.
0 commit comments