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