Type alias HydeRetrieverOptions<V>

HydeRetrieverOptions<V>: VectorStoreRetrieverInput<V> & {
    llm: BaseLanguageModel;
    promptTemplate?: BasePromptTemplate | 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