SemanticMemoryConfig.MaxRelevantFunctions 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 maximum number of relevant functions to search for.
public int MaxRelevantFunctions { get; set; }
member this.MaxRelevantFunctions : int with get, set
Public Property MaxRelevantFunctions As Integer
Property Value
Remarks
Limits the number of relevant functions as result of semantic search included in the plan creation request. IncludedFunctions will be included in the plan regardless of this limit.