AzureCosmosDBMongoDBVectorStoreRecordCollectionOptions<TRecord>.EfConstruction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)