Skip to content

Commit 6187de8

Browse files
authored
Replace the usage of elasticsearch with OpenSearch in README (#3876)
Replaced the word elasticsearch with OpenSearch Resolves #3875 Signed-off-by: Abdul Muneer Kolarkunnu <[email protected]>
1 parent 532284e commit 6187de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Machine Learning Commons for OpenSearch is a new solution that make it easy to d
2626
Until today, the challenge is significant to build a new machine learning feature inside OpenSearch. The reasons include:
2727

2828
* **Disruption to OpenSearch Core features**. Machine learning is very computationally intensive. But currently there is no way to add dedicated computation resources in OpenSearch for machine learning jobs, hence these jobs have to share same resources with Core features, such as: indexing and searching. That might cause the latency increasing on search request, and cause circuit breaker exception on memory usage. To address this, we have to carefully distribute models and limit the data size to run the AD job. When more and more ML features are added into OpenSearch, it will become much harder to manage.
29-
* **Lack of support for machine learning algorithms.** Customers need more algorithms within Opensearch, otherwise the data need be exported to outside of elasticsearch, such as s3 first to do the job, which will bring extra cost and latency.
29+
* **Lack of support for machine learning algorithms.** Customers need more algorithms within Opensearch, otherwise the data need be exported to outside of OpenSearch, such as s3 first to do the job, which will bring extra cost and latency.
3030
* **Lack of resource management mechanism between multiple machine learning jobs.** It's hard to coordinate the resources between multi features.
3131

3232

0 commit comments

Comments
 (0)