The R2R Embedding endpoint generates vector embeddings from text using a specified model. It supports single or batch input, returning semantic vectors for use in search, clustering, and RAG applications.
The Embedding endpoint generates vector embeddings for the provided text using a specified model. Embeddings are dense numerical representations of text that capture semantic meaning, enabling downstream applications such as semantic search, clustering, classification, and RAG (Retrieval-Augmented Generation) operations. This endpoint provides a simple and efficient way to convert text into machine-readable vector form for use within R2R’s retrieval and analysis systems.Documentation Index
Fetch the complete documentation index at: https://io.net/docs/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
JWT token
io.net provided API Key
API key set by an SDK client
Raw JSON body for the embedding request. Example inputs shown below.
The body is of type object.
Successful Response