Uses of Class
com.azure.search.documents.indexes.models.KnowledgeBaseModel
Packages that use KnowledgeBaseModel
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeBaseModel in com.azure.search.documents.indexes.models
Subclasses of KnowledgeBaseModel in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classSpecifies the Azure OpenAI resource used to do query planning.Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type KnowledgeBaseModelModifier and TypeClassDescriptionclassSpecifies the connection parameters for the model to use for query planning.Methods in com.azure.search.documents.indexes.models that return KnowledgeBaseModelModifier and TypeMethodDescriptionstatic KnowledgeBaseModelKnowledgeBaseModel.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseModel from the JsonReader.KnowledgeSourceIngestionParameters.getChatCompletionModel()Get the chatCompletionModel property: Optional chat completion model for image verbalization or context extraction.Methods in com.azure.search.documents.indexes.models that return types with arguments of type KnowledgeBaseModelModifier and TypeMethodDescriptionKnowledgeBase.getModels()Get the models property: Contains configuration options on how to connect to AI models.Methods in com.azure.search.documents.indexes.models with parameters of type KnowledgeBaseModelModifier and TypeMethodDescriptionKnowledgeSourceIngestionParameters.setChatCompletionModel(KnowledgeBaseModel chatCompletionModel) Set the chatCompletionModel property: Optional chat completion model for image verbalization or context extraction.Method parameters in com.azure.search.documents.indexes.models with type arguments of type KnowledgeBaseModelModifier and TypeMethodDescriptionKnowledgeBase.setModels(List<KnowledgeBaseModel> models) Set the models property: Contains configuration options on how to connect to AI models.