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