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