kernl

Type Alias: SearchMode

type SearchMode = "vector" | "text" | "hybrid";

Defined in: retrieval/src/types.ts:237

Supported search modes.

On this page