function embedding<TAdapter>(options): Promise<EmbeddingResult>;
function embedding<TAdapter>(options): Promise<EmbeddingResult>;
Defined in: core/embedding.ts:16
Standalone embedding function with type inference from adapter
TAdapter extends AIAdapter<any, any, any, any, any, Record<string, readonly Modality[]>, DefaultMessageMetadataByModality>
Omit<EmbeddingOptions, "model"> & object
Promise<EmbeddingResult>
