Skip to content

Commit a8bd47e

Browse files
authored
Add redirects from old links to ML documentation (opensearch-project#5707)
* Add redirects from old links to ML documentation Signed-off-by: Fanit Kolchina <[email protected]> * Rename links Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]>
1 parent f999e0a commit a8bd47e

13 files changed

+11
-19
lines changed

_ingest-pipelines/processors/text-image-embedding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ The response confirms that in addition to the `image_description` and `image_bin
134134
## Next steps
135135

136136
- To learn how to use the `neural` query for a multimodal search, see [Neural query]({{site.url}}{{site.baseurl}}/query-dsl/specialized/neural/).
137-
- To learn more about multimodal neural search, see [Multimodal search]({{site.url}}{{site.baseurl}}/search-plugins/search-methods/multimodal-search/).
137+
- To learn more about multimodal neural search, see [Multimodal search]({{site.url}}{{site.baseurl}}/search-plugins/multimodal-search/).
138138
To learn more about using models in OpenSearch, see [Choosing a model]({{site.url}}{{site.baseurl}}/ml-commons-plugin/integrating-ml-models/#choosing-a-model).
139139
- For a comprehensive example, see [Neural search tutorial]({{site.url}}{{site.baseurl}}/search-plugins/neural-search-tutorial/).

_ml-commons-plugin/pretrained-models.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ The response contains the tokens and weights:
266266

267267
## Step 5: Use the model for search
268268

269-
To learn how to set up a vector index and use text embedding models for search, see [Semantic search]({{site.url}}{{site.baseurl}}/search-plugins/search-methods/semantic-search/).
269+
To learn how to set up a vector index and use text embedding models for search, see [Semantic search]({{site.url}}{{site.baseurl}}/search-plugins/semantic-search/).
270270

271-
To learn how to set up a vector index and use sparse encoding models for search, see [Sparse search]({{site.url}}{{site.baseurl}}/search-plugins/search-methods/sparse-search/).
271+
To learn how to set up a vector index and use sparse encoding models for search, see [Sparse search]({{site.url}}{{site.baseurl}}/search-plugins/sparse-search/).
272272

273273

274274
## Supported pretrained models

_ml-commons-plugin/remote-models/blueprints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nav_order: 65
66
parent: Connecting to remote models
77
grand_parent: Integrating ML models
88
redirect_from:
9-
- ml-commons-plugin/remote-models/blueprints/
9+
- ml-commons-plugin/extensibility/blueprints/
1010
---
1111

1212
# Connector blueprints

_ml-commons-plugin/remote-models/connectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nav_order: 61
77
parent: Connecting to remote models
88
grand_parent: Integrating ML models
99
redirect_from:
10-
- ml-commons-plugin/remote-models/connectors/
10+
- ml-commons-plugin/extensibility/connectors/
1111
---
1212

1313
# Creating connectors for third-party ML platforms

_ml-commons-plugin/remote-models/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ has_children: true
66
has_toc: false
77
nav_order: 60
88
redirect_from:
9-
- ml-commons-plugin/remote-models/index/
9+
- ml-commons-plugin/extensibility/index/
1010
---
1111

1212
# Connecting to remote models

_ml-commons-plugin/using-ml-models.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ has_children: true
66
nav_order: 50
77
redirect_from:
88
- /ml-commons-plugin/model-serving-framework/
9-
- /ml-commons-plugin/using-ml-models/
9+
- /ml-commons-plugin/ml-framework/
1010
---
1111

1212
# Using ML models within OpenSearch

_search-plugins/conversational-search.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ has_children: false
55
nav_order: 70
66
redirect_from:
77
- /ml-commons-plugin/conversational-search/
8-
- /search-plugins/search-methods/conversational-search/
98
---
109

1110
This is an experimental feature and is not recommended for use in a production environment. For updates on the progress of the feature or if you want to leave feedback, see the associated [GitHub issue](https://forum.opensearch.org/t/feedback-conversational-search-and-retrieval-augmented-generation-using-search-pipeline-experimental-release/16073).

_search-plugins/hybrid-search.md

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ layout: default
33
title: Hybrid search
44
has_children: false
55
nav_order: 40
6-
redirect_from:
7-
- /search-plugins/search-methods/hybrid-search/
86
---
97

108
# Hybrid search

_search-plugins/keyword-search.md

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ layout: default
33
title: Keyword search
44
has_children: false
55
nav_order: 10
6-
redirect_from:
7-
- /search-plugins/search-methods/keyword-search/
86
---
97

108
# Keyword search

_search-plugins/multimodal-search.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ nav_order: 60
55
has_children: false
66
redirect_from:
77
- /search-plugins/neural-multimodal-search/
8-
- /search-plugins/search-methods/multimodal-search/
98
---
109

1110
# Multimodal search

_search-plugins/neural-search.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ Semantic search uses dense retrieval based on text embedding models to search te
3939

4040
### Hybrid search
4141

42-
Hybrid search combines keyword and neural search to improve search relevance. For detailed setup instructions, see [Hybrid search]({{site.url}}{{site.baseurl}}/search-plugins/search-methods/hybrid-search/).
42+
Hybrid search combines keyword and neural search to improve search relevance. For detailed setup instructions, see [Hybrid search]({{site.url}}{{site.baseurl}}/search-plugins/hybrid-search/).
4343

4444
### Multimodal search
4545

46-
Multimodal search uses neural search with multimodal embedding models to search text and image data. For detailed setup instructions, see [Multimodal search]({{site.url}}{{site.baseurl}}/search-plugins/search-methods/multimodal-search/).
46+
Multimodal search uses neural search with multimodal embedding models to search text and image data. For detailed setup instructions, see [Multimodal search]({{site.url}}{{site.baseurl}}/search-plugins/multimodal-search/).
4747

4848
### Sparse search
4949

5050
Sparse search uses neural search with sparse retrieval based on sparse embedding models to search text data. For detailed setup instructions, see [Sparse search]({{site.url}}{{site.baseurl}}/search-plugins/neural-sparse-search/).
5151

5252
### Conversational search
5353

54-
With conversational search, you can ask questions in natural language, receive a text response, and ask additional clarifying questions. For detailed setup instructions, see [Conversational search]({{site.url}}{{site.baseurl}}/search-plugins/search-methods/conversational-search/).
54+
With conversational search, you can ask questions in natural language, receive a text response, and ask additional clarifying questions. For detailed setup instructions, see [Conversational search]({{site.url}}{{site.baseurl}}/search-plugins/conversational-search/).

_search-plugins/semantic-search.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ nav_order: 35
55
has_children: false
66
redirect_from:
77
- /search-plugins/neural-text-search/
8-
- /search-plugins/search-methods/semantic-search/
98
---
109

1110
# Semantic search

_search-plugins/sparse-search.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ nav_order: 50
66
has_children: false
77
redirect_from:
88
- /search-plugins/neural-sparse-search/
9-
- /search-plugins/search-methods/sparse-search/
109
---
1110

1211
# Sparse search
1312
Introduced 2.11
1413
{: .label .label-purple }
1514

16-
[Semantic search]({{site.url}}{{site.baseurl}}/search-plugins/search-methods/semantic-search/) relies on dense retrieval that is based on text embedding models. However, dense methods use k-NN search, which consumes a large amount of memory and CPU resources. An alternative to semantic search, sparse search is implemented using an inverted index and is thus as efficient as BM25. Sparse search is facilitated by sparse embedding models. When you perform a sparse search, it creates a sparse vector (a list of `token: weight` key-value pairs representing an entry and its weight) and ingests data into a rank features index.
15+
[Semantic search]({{site.url}}{{site.baseurl}}/search-plugins/semantic-search/) relies on dense retrieval that is based on text embedding models. However, dense methods use k-NN search, which consumes a large amount of memory and CPU resources. An alternative to semantic search, sparse search is implemented using an inverted index and is thus as efficient as BM25. Sparse search is facilitated by sparse embedding models. When you perform a sparse search, it creates a sparse vector (a list of `token: weight` key-value pairs representing an entry and its weight) and ingests data into a rank features index.
1716

1817
When selecting a model, choose one of the following options:
1918

0 commit comments

Comments
 (0)