HydeRetrieverOptions<V>: Toolkit<V> & {
    llm: Toolkit;
    promptTemplate?: Toolkit | PromptKey;
}

Options for the HydeRetriever class, which includes a BaseLanguageModel instance, a VectorStore instance, and an optional promptTemplate which can either be a BasePromptTemplate instance or a PromptKey.

Type Parameters

Type declaration

Generated using TypeDoc