II.
EmbeddingModelProfile JSON
Structured · liveembedding-profile:jina-embeddings-v3
Jina Embeddings v3 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "embedding-profile:jina-embeddings-v3",
"_kind": "EmbeddingModelProfile",
"_file": "extensions/memory/embedding-model-profiles.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Jina Embeddings v3",
"modelVersionId": "model:jina-embeddings-v3@current",
"dimensionality": 1024,
"normalization": "l2",
"pooling": "mean",
"notes": "Multilingual embedding model with task-specific LoRA adapters.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "context-bundle:symphony-default",
"to": "embedding-profile:jina-embeddings-v3",
"kind": "embeds_with",
"attributes": {}
}
]
}