Skip to content

Interface: LakebaseAiSearchConfig

Configuration for the Lakebase implementation of AppKit AI Search.

  • BasePluginConfig

[key: string]: unknown

optional allowWrite?: boolean

Enable the document upsert route and exported method.


optional host?: string

BasePluginConfig.host


optional indexes?: Record<string, LakebaseAiSearchIndexConfig>


optional name?: string

BasePluginConfig.name


optional schema?: string

PostgreSQL schema that owns the generated full-text tables.


optional telemetry?: TelemetryOptions

BasePluginConfig.telemetry