Uses of Class
com.azure.search.documents.knowledgebases.models.RemoteSharePointKnowledgeSourceParams
Packages that use RemoteSharePointKnowledgeSourceParams
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of RemoteSharePointKnowledgeSourceParams in com.azure.search.documents.knowledgebases.models
Methods in com.azure.search.documents.knowledgebases.models that return RemoteSharePointKnowledgeSourceParamsModifier and TypeMethodDescriptionRemoteSharePointKnowledgeSourceParams.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RemoteSharePointKnowledgeSourceParams from the JsonReader.RemoteSharePointKnowledgeSourceParams.setAlwaysQuerySource(Boolean alwaysQuerySource) Set the alwaysQuerySource property: Indicates that this knowledge source should bypass source selection and always be queried at retrieval time.RemoteSharePointKnowledgeSourceParams.setFilterExpressionAddOn(String filterExpressionAddOn) Set the filterExpressionAddOn property: A filter condition applied to the SharePoint data source.RemoteSharePointKnowledgeSourceParams.setIncludeReferences(Boolean includeReferences) Set the includeReferences property: Indicates whether references should be included for data retrieved from this source.RemoteSharePointKnowledgeSourceParams.setIncludeReferenceSourceData(Boolean includeReferenceSourceData) Set the includeReferenceSourceData property: Indicates whether references should include the structured data obtained during retrieval in their payload.RemoteSharePointKnowledgeSourceParams.setRerankerThreshold(Float rerankerThreshold) Set the rerankerThreshold property: The reranker threshold all retrieved documents must meet to be included in the response.