Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeSourceParams
Packages that use KnowledgeSourceParams
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeSourceParams in com.azure.search.documents.knowledgebases.models
Subclasses of KnowledgeSourceParams in com.azure.search.documents.knowledgebases.modelsModifier and TypeClassDescriptionfinal classSpecifies runtime parameters for a azure blob knowledge source.final classSpecifies runtime parameters for a indexed OneLake knowledge source.final classSpecifies runtime parameters for a indexed SharePoint knowledge source.final classSpecifies runtime parameters for a remote SharePoint knowledge source.final classSpecifies runtime parameters for a search index knowledge source.final classSpecifies runtime parameters for a web knowledge source.Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeSourceParamsMethods in com.azure.search.documents.knowledgebases.models that return KnowledgeSourceParamsModifier and TypeMethodDescriptionstatic KnowledgeSourceParamsKnowledgeSourceParams.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeSourceParams from the JsonReader.KnowledgeSourceParams.setAlwaysQuerySource(Boolean alwaysQuerySource) Set the alwaysQuerySource property: Indicates that this knowledge source should bypass source selection and always be queried at retrieval time.KnowledgeSourceParams.setIncludeReferences(Boolean includeReferences) Set the includeReferences property: Indicates whether references should be included for data retrieved from this source.KnowledgeSourceParams.setIncludeReferenceSourceData(Boolean includeReferenceSourceData) Set the includeReferenceSourceData property: Indicates whether references should include the structured data obtained during retrieval in their payload.KnowledgeSourceParams.setRerankerThreshold(Float rerankerThreshold) Set the rerankerThreshold property: The reranker threshold all retrieved documents must meet to be included in the response.Methods in com.azure.search.documents.knowledgebases.models that return types with arguments of type KnowledgeSourceParamsModifier and TypeMethodDescriptionKnowledgeBaseRetrievalRequest.getKnowledgeSourceParams()Get the knowledgeSourceParams property: A list of runtime parameters for the knowledge sources.Method parameters in com.azure.search.documents.knowledgebases.models with type arguments of type KnowledgeSourceParamsModifier and TypeMethodDescriptionKnowledgeBaseRetrievalRequest.setKnowledgeSourceParams(List<KnowledgeSourceParams> knowledgeSourceParams) Set the knowledgeSourceParams property: A list of runtime parameters for the knowledge sources.