AiIndexMetadataConfigAlgorithmConfigTreeAhConfig

data class AiIndexMetadataConfigAlgorithmConfigTreeAhConfig(val leafNodeEmbeddingCount: Int? = null, val leafNodesToSearchPercent: Int? = null)

Constructors

constructor(leafNodeEmbeddingCount: Int? = null, leafNodesToSearchPercent: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of embeddings on each leaf node. The default value is 1000 if not set.

Link copied to clipboard

The default percentage of leaf nodes that any query may be searched. Must be in range 1-100, inclusive. The default value is 10 (means 10%) if not set.