Skip to Content
SdkClientInternalFunctionspostApiV1Embeddings

postApiV1Embeddings

postApiV1Embeddings<ThrowOnError>(options: Options<PostApiV1EmbeddingsData, ThrowOnError>): RequestResult<PostApiV1EmbeddingsResponses, PostApiV1EmbeddingsErrors, ThrowOnError>

Defined in: src/client/sdk.gen.ts:314 

Create embeddings

Generates embeddings using the configured gateway.

Type Parameters

Type ParameterDefault type

ThrowOnError extends boolean

false

Parameters

ParameterType

options

Options<PostApiV1EmbeddingsData, ThrowOnError>

Returns

RequestResult<PostApiV1EmbeddingsResponses, PostApiV1EmbeddingsErrors, ThrowOnError>

Last updated on