From a80b0ee15d36a023957b2a973374d94519a32eb2 Mon Sep 17 00:00:00 2001 From: nathaliellenaa <143617992+nathaliellenaa@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:15:33 +0000 Subject: [PATCH 1/2] GitHub Actions Workflow: Update Pretrained Model Listing Signed-off-by: github-actions[bot] --- .../pretrained_models_all_versions.json | 66 ------------------- 1 file changed, 66 deletions(-) diff --git a/utils/model_uploader/model_listing/pretrained_models_all_versions.json b/utils/model_uploader/model_listing/pretrained_models_all_versions.json index 012bf12d..7ba7fab1 100644 --- a/utils/model_uploader/model_listing/pretrained_models_all_versions.json +++ b/utils/model_uploader/model_listing/pretrained_models_all_versions.json @@ -264,71 +264,5 @@ "description": "This is a sentence-transformers model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search." } } - }, - { - "name": "amazon/neural-sparse/opensearch-neural-sparse-encoding-doc-v1", - "versions": { - "1.0.1": { - "format": [ - "torch_script" - ], - "description": "This is a neural sparse encoding model: It transfers text into sparse vector, and then extract nonzero index and value to entry and weights. It serves only in ingestion and customer should use tokenizer model in query." - } - } - }, - { - "name": "amazon/neural-sparse/opensearch-neural-sparse-encoding-doc-v2-distill", - "versions": { - "1.0.0": { - "format": [ - "torch_script" - ], - "description": "This is a neural sparse encoding model: It transfers text into sparse vector, and then extract nonzero index and value to entry and weights. It serves only in ingestion and customer should use tokenizer model in query." - } - } - }, - { - "name": "amazon/neural-sparse/opensearch-neural-sparse-encoding-doc-v2-mini", - "versions": { - "1.0.0": { - "format": [ - "torch_script" - ], - "description": "This is a neural sparse encoding model: It transfers text into sparse vector, and then extract nonzero index and value to entry and weights. It serves only in ingestion and customer should use tokenizer model in query." - } - } - }, - { - "name": "amazon/neural-sparse/opensearch-neural-sparse-encoding-v2-distill", - "versions": { - "1.0.0": { - "format": [ - "torch_script" - ], - "description": "This is a neural sparse encoding model: It transfers text into sparse vector, and then extract nonzero index and value to entry and weights. It serves in both ingestion and search." - } - } - }, - { - "name": "amazon/neural-sparse/opensearch-neural-sparse-encoding-doc-v3-gte", - "versions": { - "1.0.0": { - "format": [ - "torch_script" - ], - "description": "This is a neural sparse encoding model: It transfers text into sparse vector, and then extract nonzero index and value to entry and weights. It serves only in ingestion and customer should use tokenizer model in query." - } - } - }, - { - "name": "amazon/sentence-highlighting/opensearch-semantic-highlighter-v1", - "versions": { - "1.0.0": { - "format": [ - "torch_script" - ], - "description": "A semantic highlighter model that identifies and highlights relevant sentences in a document given a query." - } - } } ] \ No newline at end of file From 90b8adc58e8fa4cf1383a3b7860c1f431b9f24e3 Mon Sep 17 00:00:00 2001 From: nathaliellenaa Date: Tue, 21 Oct 2025 18:15:43 +0000 Subject: [PATCH 2/2] GitHub Actions Workflow: Update CHANGELOG.md - Signed-off-by: github-actions[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b060450a..d71a7c44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Upgrade numpy and python version ([#562](https://github.com/opensearch-project/opensearch-py-ml/pull/562)) - Update space type mapping for sentence transformer models ([#574](https://github.com/opensearch-project/opensearch-py-ml/pull/574)) - Update semantic highlighting sagemaker endpoint deploy scripts ([#585](https://github.com/opensearch-project/opensearch-py-ml/pull/585)) +- Update pretrained_models_all_versions.json (2025-10-21 11:15:33) by @nathaliellenaa ([#586](https://github.com/opensearch-project/opensearch-py-ml/pull/586)) ### Fixed - Fix for uploading models with function_name instead of model_task ([#553](https://github.com/opensearch-project/opensearch-py-ml/pull/553))