Genkit JS API reference
    Preparing search index...

    Type Alias IndexerFn<IndexerOptions>

    IndexerFn: (
        docs: Document[],
        indexerOpts: z.TypeOf<IndexerOptions>,
    ) => Promise<void>

    Indexer implementation function signature.

    Type Parameters

    Type Declaration