Skip to content

Commit

Permalink
Merge pull request #3153 from nateynateynate/introducing-opensearch-2.16
Browse files Browse the repository at this point in the history
Introducing opensearch 2.16 typo
  • Loading branch information
krisfreedain authored Aug 8, 2024
2 parents 7f0814a + 7389d1c commit fd42f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-08-07-introducing-opensearch-2-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OpenSearch 2.9 added support for [byte-quantized vectors](https://opensearch.org

**Build more flexible search pipelines with sort search and split search processors**

In OpenSearch 2.16, we've added [sort searc hand split search processors](https://opensearch.org/docs/latest/search-plugins/search-pipelines/search-processors/) to our search pipeline toolset. The sort processor can be configured within a search pipeline to sort search responses, and the split processor is used to split strings into arrays of substrings. These processors were added to provide more flexibility and support for more use cases. For instance, along with the ML inference search processor, you can now create a reranking search pipeline that uses a custom ranking model to rescore results and then use the sort processor to re-sort them.
In OpenSearch 2.16, we've added [sort search and split search processors](https://opensearch.org/docs/latest/search-plugins/search-pipelines/search-processors/) to our search pipeline toolset. The sort processor can be configured within a search pipeline to sort search responses, and the split processor is used to split strings into arrays of substrings. These processors were added to provide more flexibility and support for more use cases. For instance, along with the ML inference search processor, you can now create a reranking search pipeline that uses a custom ranking model to rescore results and then use the sort processor to re-sort them.

Check failure on line 24 in _posts/2024-08-07-introducing-opensearch-2-16.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _posts/2024-08-07-introducing-opensearch-2-16.md#L24

[OpenSearch.Spelling] Error: toolset. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks.
Raw output
{"message": "[OpenSearch.Spelling] Error: toolset. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks.", "location": {"path": "_posts/2024-08-07-introducing-opensearch-2-16.md", "range": {"start": {"line": 24, "column": 185}}}, "severity": "ERROR"}

**Lower the cost of vector search workloads with binary vector support**

Expand Down

0 comments on commit fd42f79

Please sign in to comment.