Interface: IAiSearchConfig
Interface: IAiSearchConfig
Base configuration interface for AppKit plugins
Extends
Indexable
[key: string]: unknownProperties
host?
optional host: string;Inherited from
indexes?
optional indexes: Record<string, IndexConfig>;name?
optional name: string;Inherited from
telemetry?
optional telemetry: TelemetryOptions;Inherited from
timeout?
optional timeout: number;