Partager via


AzureCosmosDBMongoDBVectorStoreRecordCollectionOptions<TRecord>.EfConstruction Property

Definition

The size of the dynamic candidate list for constructing the graph (64 by default, minimum value is 4, maximum value is 1000). Higher ef_construction will result in better index quality and higher accuracy, but it will also increase the time required to build the index. EfConstruction has to be at least 2 * m

public int? EfConstruction { get; set; }
member this.EfConstruction : Nullable<int> with get, set
Public Property EfConstruction As Nullable(Of Integer)

Property Value

Applies to