Share via


AzureCosmosDBMongoDBConfig.NumLists Property

Definition

This integer is the number of clusters that the inverted file (IVF) index uses to group the vector data. Default is 1. We recommend that numLists is set to documentCount/1000 for up to 1 million documents and to sqrt(documentCount) for more than 1 million documents. Using a numLists value of 1 is akin to performing brute-force search, which has limited performance.

public int NumLists { get; set; }
member this.NumLists : int with get, set
Public Property NumLists As Integer

Property Value

Applies to