Skip to content

Commit 210c69e

Browse files
authored
[BUG] Incorrect field map output dimensions in default values for semantic search with local model use case template (#1270)
* [BUG] Incorrect field map output dimensions in default values for semantic search with local model use case template Resolves #1254 Signed-off-by: Abdul Muneer Kolarkunnu <[email protected]> * Updated CHANGELOG file Signed-off-by: Abdul Muneer Kolarkunnu <[email protected]> Signed-off-by: Abdul Muneer Kolarkunnu <[email protected]> --------- Signed-off-by: Abdul Muneer Kolarkunnu <[email protected]>
1 parent a6299aa commit 210c69e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
88
### Enhancements
99
### Bug Fixes
1010
- Pre-create ML Commons indices for Tenant Aware tests ([#1217](https://github.com/opensearch-project/flow-framework/pull/1217))
11+
- Incorrect field map output dimensions in default values for semantic search with local model use case template ([#1270](https://github.com/opensearch-project/flow-framework/pull/1270))
1112

1213
### Infrastructure
1314
### Documentation

src/main/resources/defaults/semantic-search-with-local-model-defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"create_index.mappings.method.engine": "lucene",
1616
"create_index.mappings.method.space_type": "l2",
1717
"create_index.mappings.method.name": "hnsw",
18-
"text_embedding.field_map.output.dimension": "768",
18+
"text_embedding.field_map.output.dimension": "384",
1919
"create_search_pipeline.pipeline_id": "default_model_pipeline"
2020
}

0 commit comments

Comments
 (0)