• Preparing search index...
  • The search index is not available
Genkit JS API reference
  • Genkit JS API reference
  • genkitx-chromadb
  • chroma

Function chroma

  • chroma<
        EmbedderCustomOptions extends
            z.ZodType<any, any, any, EmbedderCustomOptions>,
    >(
        params: ChromaPluginParams<EmbedderCustomOptions>,
    ): GenkitPlugin
  • Chroma plugin that provides the Chroma retriever and indexer

    Type Parameters

    • EmbedderCustomOptions extends z.ZodType<any, any, any, EmbedderCustomOptions>

    Parameters

    • params: ChromaPluginParams<EmbedderCustomOptions>

    Returns GenkitPlugin

    • Defined in plugins/chroma/src/index.ts:77

Settings

Member Visibility
Genkit JS API reference
  • Loading...

Generated using TypeDoc with typedoc-github-theme