II.
ModelFamily JSON
Structured · livemodel-family:jina-embeddings-v3
Jina Embeddings v3 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "model-family:jina-embeddings-v3",
"_kind": "ModelFamily",
"_file": "compute/model-families/embedding-families.yaml",
"_cluster": "compute",
"attributes": {
"displayName": "Jina Embeddings v3",
"vendor": "Jina AI",
"homepageUrl": "https://jina.ai/embeddings/"
},
"outgoingEdges": [
{
"from": "model-family:jina-embeddings-v3",
"to": "layer:1-model",
"kind": "realizes",
"attributes": {}
},
{
"from": "model-family:jina-embeddings-v3",
"to": "model:jina-embeddings-v3@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "model:jina-embeddings-v3@current",
"to": "model-family:jina-embeddings-v3",
"kind": "belongs_to_family",
"attributes": {}
},
{
"from": "model:jina-embeddings-v3@current",
"to": "model-family:jina-embeddings-v3",
"kind": "version_of"
}
]
}