II.
EmbeddingModelProfile JSON
Structured · liveembedding-profile:cohere-embed-english-v3
Cohere embed-english-v3.0 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "embedding-profile:cohere-embed-english-v3",
"_kind": "EmbeddingModelProfile",
"_file": "extensions/memory/embedding-model-profiles.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Cohere embed-english-v3.0",
"modelVersionId": "model:cohere-embed-english-v3@current",
"dimensionality": 1024,
"normalization": "l2",
"pooling": "mean",
"notes": "Cohere's English-optimized embedding model with strong retrieval\nbenchmarks.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "context-bundle:symphony-default",
"to": "embedding-profile:cohere-embed-english-v3",
"kind": "embeds_with",
"attributes": {}
}
]
}