Uses of Class
com.azure.search.documents.agents.models.KnowledgeAgentIndexParams
Packages that use KnowledgeAgentIndexParams
Package
Description
Package containing the data models for KnowledgeAgentRetrievalClient.
-
Uses of KnowledgeAgentIndexParams in com.azure.search.documents.agents.models
Methods in com.azure.search.documents.agents.models that return KnowledgeAgentIndexParamsModifier and TypeMethodDescriptionstatic KnowledgeAgentIndexParamsKnowledgeAgentIndexParams.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeAgentIndexParams from the JsonReader.KnowledgeAgentIndexParams.setFilterAddOn(String filterAddOn) Set the filterAddOn property: A filter condition applied to the index (e.g., 'State eq VA').KnowledgeAgentIndexParams.setIncludeReferenceSourceData(Boolean includeReferenceSourceData) Set the includeReferenceSourceData property: Indicates whether reference source data should be included.KnowledgeAgentIndexParams.setIndexName(String indexName) Set the indexName property: The name of the index the params apply to.KnowledgeAgentIndexParams.setMaxDocsForReranker(Integer maxDocsForReranker) Set the maxDocsForReranker property: Limits the number of documents considered for ranking.KnowledgeAgentIndexParams.setRerankerThreshold(Float rerankerThreshold) Set the rerankerThreshold property: A threshold for reranking results (range: 0-4).Methods in com.azure.search.documents.agents.models that return types with arguments of type KnowledgeAgentIndexParamsModifier and TypeMethodDescriptionKnowledgeAgentRetrievalRequest.getTargetIndexParams()Get the targetIndexParams property: The targetIndexParams property.Method parameters in com.azure.search.documents.agents.models with type arguments of type KnowledgeAgentIndexParamsModifier and TypeMethodDescriptionKnowledgeAgentRetrievalRequest.setTargetIndexParams(List<KnowledgeAgentIndexParams> targetIndexParams) Set the targetIndexParams property: The targetIndexParams property.