EdgeAIG/opencode / .opencode /node_modules /@ai-sdk /provider /src /embedding-model /v3 /embedding-model-v3-call-options.ts
EdgeAIG's picture
download
raw
706 Bytes
import { SharedV3Headers, SharedV3ProviderOptions } from '../../shared';
export type EmbeddingModelV3CallOptions = {
/**
* List of text values to generate embeddings for.
*/
values: Array<string>;
/**
* Abort signal for cancelling the operation.
*/
abortSignal?: AbortSignal;
/**
* Additional provider-specific options. They are passed through
* to the provider from the AI SDK and enable provider-specific
* functionality that can be fully encapsulated in the provider.
*/
providerOptions?: SharedV3ProviderOptions;
/**
* Additional HTTP headers to be sent with the request.
* Only applicable for HTTP-based providers.
*/
headers?: SharedV3Headers;
};

Xet Storage Details

Size:
706 Bytes
·
Xet hash:
ea0eebf8b96969ab1168d4247226bdc10d6bac37c377f745f6d7562be9ba0283

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.