Skip to content

Interface: ResolvedSearchConfig

The concrete config the runtime, client, tools, and routes read.

allowWrite: boolean


basePath: string


optional columns?: string[]


optional defaultIndex?: string


optional embeddingModel?: string


optional endpoint?: string


optional ensureOnSetup?: EnsureOnSetupConfig


indexes: ResolvedIndexConfig[]


mode: "hybrid" | "vector" | "keyword"


pageSize: number


timeoutMs: number