Skip to content

Documentation / @agentick/core / EmbeddingInput

Interface: EmbeddingInput ​

Defined in: core/src/types.ts:492

Properties ​

dimensions? ​

optional dimensions: number

Defined in: core/src/types.ts:495


encodingFormat? ​

optional encodingFormat: "base64" | "float"

Defined in: core/src/types.ts:497


model? ​

optional model: string

Defined in: core/src/types.ts:494


providerOptions? ​

optional providerOptions: Record<string, any>

Defined in: core/src/types.ts:498


texts ​

texts: string | string[] | ContentBlock[]

Defined in: core/src/types.ts:493


user? ​

optional user: string

Defined in: core/src/types.ts:496

Released under the ISC License.