HyDE

data class HyDE constructor(val wordCount: Int = 50)

Hypothetical Document Embedding Used to generate a synthetic document for embedding from the query.

Parameters

wordCount

the number of words to generate for the synthetic document (default is 50)

Constructors

Link copied to clipboard
constructor(wordCount: Int = 50)

Properties

Link copied to clipboard
val wordCount: Int = 50