SearchModelFactory.IndexedOneLakeKnowledgeSourceParams Method
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.
Specifies runtime parameters for a indexed OneLake knowledge source.
public static Azure.Search.Documents.KnowledgeBases.Models.IndexedOneLakeKnowledgeSourceParams IndexedOneLakeKnowledgeSourceParams(string knowledgeSourceName = default, bool? includeReferences = default, bool? includeReferenceSourceData = default, float? rerankerThreshold = default);
static member IndexedOneLakeKnowledgeSourceParams : string * Nullable<bool> * Nullable<bool> * Nullable<single> -> Azure.Search.Documents.KnowledgeBases.Models.IndexedOneLakeKnowledgeSourceParams
Public Shared Function IndexedOneLakeKnowledgeSourceParams (Optional knowledgeSourceName As String = Nothing, Optional includeReferences As Nullable(Of Boolean) = Nothing, Optional includeReferenceSourceData As Nullable(Of Boolean) = Nothing, Optional rerankerThreshold As Nullable(Of Single) = Nothing) As IndexedOneLakeKnowledgeSourceParams
Parameters
- knowledgeSourceName
- String
The name of the index the params apply to.
Indicates whether references should be included for data retrieved from this source.
Indicates whether references should include the structured data obtained during retrieval in their payload.
The reranker threshold all retrieved documents must meet to be included in the response.
Returns
A new IndexedOneLakeKnowledgeSourceParams instance for mocking.