Uses of Class
org.springframework.ai.zhipuai.api.ZhiPuAiApi
Packages that use ZhiPuAiApi
-
Uses of ZhiPuAiApi in org.springframework.ai.zhipuai
Constructors in org.springframework.ai.zhipuai with parameters of type ZhiPuAiApiModifierConstructorDescriptionZhiPuAiChatModel(ZhiPuAiApi zhiPuAiApi) Creates an instance of the ZhiPuAiChatModel.ZhiPuAiChatModel(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options) Initializes an instance of the ZhiPuAiChatModel.ZhiPuAiChatModel(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, org.springframework.ai.model.tool.ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes an instance of the ZhiPuAiChatModel.ZhiPuAiChatModel(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, org.springframework.ai.model.tool.ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry, org.springframework.ai.model.tool.ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) Initializes a new instance of the ZhiPuAiChatModel.ZhiPuAiChatModel(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes an instance of the ZhiPuAiChatModel.ZhiPuAiChatModel(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes an instance of the ZhiPuAiChatModel.ZhiPuAiEmbeddingModel(ZhiPuAiApi zhiPuAiApi) Constructor for the ZhiPuAiEmbeddingModel class.ZhiPuAiEmbeddingModel(ZhiPuAiApi zhiPuAiApi, org.springframework.ai.document.MetadataMode metadataMode) Initializes a new instance of the ZhiPuAiEmbeddingModel class.ZhiPuAiEmbeddingModel(ZhiPuAiApi zhiPuAiApi, org.springframework.ai.document.MetadataMode metadataMode, ZhiPuAiEmbeddingOptions zhiPuAiEmbeddingOptions) Initializes a new instance of the ZhiPuAiEmbeddingModel class.ZhiPuAiEmbeddingModel(ZhiPuAiApi zhiPuAiApi, org.springframework.ai.document.MetadataMode metadataMode, ZhiPuAiEmbeddingOptions zhiPuAiEmbeddingOptions, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the ZhiPuAiEmbeddingModel class.ZhiPuAiEmbeddingModel(ZhiPuAiApi zhiPuAiApi, org.springframework.ai.document.MetadataMode metadataMode, ZhiPuAiEmbeddingOptions options, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes a new instance of the ZhiPuAiEmbeddingModel class.