Retrieve embeddings for specific chunk IDs. Use this when you already know the chunk IDs and need their corresponding embeddings.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the tenant/organization
"tenant_1234"
Optional sub-tenant identifier used to organize data within a tenant. If omitted, the default sub-tenant created during tenant setup will be used.
"sub_tenant_4567"
Optional source ID to filter by (mutually exclusive with chunk_ids)
"CortexDoc1234"
Optional list of chunk IDs to filter by (mutually exclusive with source_id)
[
"CortexEmbeddings123_0",
"CortexEmbeddings123_1"
]Optional list of fields to return in results (default: chunk_id, source_id, metadata)
Maximum number of results to return
1 <= x <= 100001
Successful Response
Source identifier
"CortexDoc1234"
Embedding payload with chunk id and vector (if set)
Similarity score
1
Vector distance
1
Metadata associated with the embedding