Name | Type | Description | Notes |
---|---|---|---|
index | Integer | The index of the embedding in the list of embeddings. | |
embedding | Array<Float> | The embedding vector, which is a list of floats. The length of vector depends on the model as listed in the embedding guide. | |
object | String | The object type, which is always "embedding". |
require 'openapi_client'
instance = OpenapiClient::Embedding.new(
index: null,
embedding: null,
object: null
)