Genkit JS API reference
Preparing search index...
genkit
embedder
EmbedRequest
Interface EmbedRequest<O>
An embed request containing documents to embed and optional configuration.
interface
EmbedRequest
<
O
=
any
>
{
input
:
Document
[]
;
options
?:
O
;
}
Type Parameters
O
=
any
Index
Properties
input
options?
Properties
input
input
:
Document
[]
Optional
options
options
?:
O
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
options
Genkit JS API reference
Loading...
An embed request containing documents to embed and optional configuration.