feature-extraction
Convert text into vectors (embeddings) that capture semantic meaning
post/models/v2/nomic-ai/nomic-embed-text-v1.5
Request body
Example request
{
"text": "search_document: Turn this text into a vector"
}Response
Successful feature-extraction response.
Example response
{
"output": [
0.1,
0.2,
0.3,
0.4
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.