yuye-aws
yuye-aws
**What is the bug?** Search index tool IT gets failed for multi-node cluster. **How can one reproduce the bug?** Run search index tool IT with command: `./gradlew opensearch-ml-plugin:integTest --tests "org.opensearch.ml.rest.RestSearchIndexToolIT"...
**Is your feature request related to a problem?** The `register_model` method in `ml_commons_client.py` only accepts `model_config_path` as the input for model_config. **What solution would you like?** A clear and concise...
### What is the bug? The BWC tests get failed after changing the shard number in index. The error is due to "index not found" even if we assert the...
### Description Update github workflow to fix text chunking BWC test in version 2.13.0. ### Issues Resolved https://github.com/opensearch-project/neural-search/issues/690 ### Check List - [ ] New functionality includes testing. - [...
### Description PLEASE DO NOT MERGE THIS PR! This PR is only used to test the index creation bug according to index shard number. ### Issues Resolved Bug test ###...
### What is the bug? Searching for nested field works well. However, we cannot obtain the detailed explanation for search results `GET {indexname}/_search?explain=true` ### How can one reproduce the bug?...
In OpenSearch 2.13, we released [**text chunking processor**](https://opensearch.org/docs/latest/ingest-pipelines/processors/text-chunking/). This processor enables users to chunk documents to avoid information loss by truncation from embedding models. This RFC introduces **markdown** algorithm from...
### What is the bug? Here is the discussion from the forum: https://forum.opensearch.org/t/set-up-default-model-id-for-neural-query-enricher-with-nested-knn-field/19217 ### How can one reproduce the bug? Follow steps in: https://forum.opensearch.org/t/set-up-default-model-id-for-neural-query-enricher-with-nested-knn-field/19217 ### What is the expected behavior?...
**What is the bug?** I am implementing the the knowledge base tool. Unfortunately, I meet with a tricky bug from the connector. I did some deep dive and found the...
This RFC aims to resolve [the bug issue](https://github.com/opensearch-project/ml-commons/issues/2712) resulted from payload validation in connector. You can refer to this issue on how to reproduce the bug. # How the bug...