LLMRetrieverOptions
type LLMRetrieverOptions = object;Properties
Section titled “Properties”candidateMaxChars?
Section titled “candidateMaxChars?”optional candidateMaxChars?: number;includeReasons?
Section titled “includeReasons?”optional includeReasons?: boolean;model: LanguageModel;optional topK?: number;