Create Contextualized Embeddings
Generate contextualized embeddings for document chunks. Chunks from the same document share context awareness, improving retrieval quality for document-based applications.
post/v1/contextualizedembeddings
Request body
Response
Successful Response
Example response
{
"object": "list",
"data": [
{
"object": "list",
"data": [
{
"object": "embedding"
}
]
}
]
}