Documentation
Framework
Version
Class References
Function References
Interface References
Type Alias References
Variable References

EmbeddingOptions

Interface: EmbeddingOptions

Defined in: types.ts:637

Properties

dimensions?

ts
optional dimensions: number;
optional dimensions: number;

Defined in: types.ts:640


input

ts
input: string | string[];
input: string | string[];

Defined in: types.ts:639


model

ts
model: string;
model: string;

Defined in: types.ts:638