Skip to content

Commit bd33ea8

Browse files
add minor rephrases
1 parent b9e3708 commit bd33ea8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

solutions/search/full-text/search-with-synonyms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ You can create and manage synonym sets and synonym rules using the {{kib}} user
9797
To create a synonym set using the UI:
9898
9999
1. Use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md) to find Synonyms, then select **Synonyms / Synonyms** from the results.
100-
2. Click **Get started**.
100+
2. Select **Get started**.
101101
3. Enter a name for your synonym set.
102102
4. Add your synonym rules in the editor by adding terms to match against:
103103
- Add **Equivalent rules** by adding multiple equivalent terms. For example: `ipod, i-pod, i pod`
104104
- Add **Explicit rules** by adding multiple terms that map to a single term. For example: `i-pod, i pod => ipod`
105-
5. Click **Save** to save your rules.
105+
5. Select **Save** to save your rules.
106106

107107
The UI supports the same synonym rule formats as the file-based approach. Changes made through the UI will automatically reload the associated analyzers.
108108

@@ -123,7 +123,7 @@ You can store your synonyms set in a file.
123123

124124
Make sure you upload a synonyms set file for all your cluster nodes, to the configuration directory for your {{es}} distribution. If you're using {{ech}}, you can upload synonyms files using [custom bundles](../../../deploy-manage/deploy/elastic-cloud/upload-custom-plugins-bundles.md).
125125

126-
An example synonyms file:
126+
An example of a synonyms file:
127127

128128
```markdown
129129
# Blank lines and lines starting with pound are comments.

solutions/search/rag/playground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ To get started with Playground, you need to create a [connector](../../../deploy
118118

119119
To connect to an LLM provider, use the following steps on the Playground landing page:
120120

121-
1. Select **New Playground**. Select the tool icon in the **Large Language Model (LLM)** tile to connect an LLM.
121+
1. Select **New Playground**. Select the wrench button (🔧) in the **Large Language Model (LLM)** tile to connect an LLM.
122122
2. Select your **LLM provider**.
123123
3. **Name** your connector.
124124
4. Select a **URL endpoint** (or use the default).

solutions/search/search-pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Connectors will automatically add these control flow parameters based on the set
188188

189189
#### `<index-name>@ml-inference` Reference [ingest-pipeline-search-details-specific-ml-reference]
190190

191-
This pipeline is empty to start (no processors), but can be added to via the Kibana UI either through the Pipelines tab of your index, or by navigating to **Ingest Pipelines** in the management page using the navigation menu or the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Unlike the `search-default-ingestion` pipeline and the `<index-name>` pipeline, this pipeline is NOT "managed".
191+
This pipeline is empty to start (no processors), but can be added to via the Kibana UI either through the **Pipelines** tab of your index, or by navigating to **Ingest Pipelines** in the management page using the navigation menu or the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Unlike the `search-default-ingestion` pipeline and the `<index-name>` pipeline, this pipeline is NOT "managed".
192192

193193
It’s possible to add one or more ML inference pipelines to an index in the **Pipelines** tab. This pipeline will serve as a container for all of the ML inference pipelines configured for the index. Each ML inference pipeline added to the index is referenced within `<index-name>@ml-inference` using a `pipeline` processor.
194194

@@ -207,7 +207,7 @@ The `monitor_ml` Elasticsearch cluster permission is required in order to manage
207207

208208
#### `<index-name>@custom` Reference [ingest-pipeline-search-details-specific-custom-reference]
209209

210-
This pipeline is empty to start (no processors), but can be added to via the Kibana UI either through the Pipelines tab of your index, or go to **Ingest Pipelines** in the management page using the navigation menu or the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Unlike the `search-default-ingestion` pipeline and the `<index-name>` pipeline, this pipeline is NOT "managed".
210+
This pipeline is empty to start (no processors), but can be added to via the Kibana UI either through the **Pipelines** tab of your index, or go to **Ingest Pipelines** in the management page using the navigation menu or the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Unlike the `search-default-ingestion` pipeline and the `<index-name>` pipeline, this pipeline is NOT "managed".
211211

212212
You are encouraged to make additions and edits to this pipeline, provided its name remains the same. This provides a convenient hook from which to add custom processing and transformations for your data. Be sure to read the [docs for ingest pipelines](/manage-data/ingest/transform-enrich/ingest-pipelines.md) to see what options are available.
213213

solutions/search/vector/bring-own-vectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ If you want to try a similar workflow from an {{es}} client, use the following g
136136

137137
* Go to **Index Management** in the management page using the navigation menu or the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
138138
* Select **Create index**. Specify a name and then select **Create my index**.
139-
* Select **Vector Search** option and configure your index.
139+
* Select **Vector Search** option and follow the guided workflow.
140140

141141
When you finish your tests and no longer need the sample data set, delete the index:
142142

0 commit comments

Comments
 (0)