Skip to content

Commit 236acc8

Browse files
authored
Merge pull request #84 from stac-extensions/add-embedding
2 parents b736dec + 928bad2 commit 236acc8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Add `embedding` as suggested dimension name
13+
(relates to [#77](https://github.com/stac-extensions/mlm/discussions/77)).
1214
- Add [`huggingface/safetensors`](https://github.com/huggingface/safetensors)
1315
recommendations for `mlm:artifact_type` and corresponding `mlm:framework` values
1416
(fixes [#68](https://github.com/stac-extensions/mlm/issues/68)).

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ Below are some notable common names recommended for use, but others can be emplo
444444
- `class`
445445
- `score`
446446
- `confidence`
447+
- `embedding`
447448

448449
For example, a tensor of multiple RBG images represented as $`B \times C \times H \times W`$ should
449450
indicate `dim_order = ["batch", "channel", "height", "width"]`.

json-schema/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,8 @@
747747
"token",
748748
"class",
749749
"score",
750-
"confidence"
750+
"confidence",
751+
"embedding"
751752
]
752753
}
753754
},

0 commit comments

Comments
 (0)