Uses of Class
org.springframework.ai.zhipuai.ZhiPuAiEmbeddingOptions
-
Uses of ZhiPuAiEmbeddingOptions in org.springframework.ai.autoconfigure.zhipuai
Modifier and TypeMethodDescriptionvoid
ZhiPuAiEmbeddingProperties.setOptions
(ZhiPuAiEmbeddingOptions options) -
Uses of ZhiPuAiEmbeddingOptions in org.springframework.ai.zhipuai
Modifier and TypeFieldDescriptionprotected ZhiPuAiEmbeddingOptions
ZhiPuAiEmbeddingOptions.Builder.options
ModifierConstructorDescriptionZhiPuAiEmbeddingModel
(ZhiPuAiApi zhiPuAiApi, MetadataMode metadataMode, ZhiPuAiEmbeddingOptions zhiPuAiEmbeddingOptions) Initializes a new instance of the ZhiPuAiEmbeddingModel class.ZhiPuAiEmbeddingModel
(ZhiPuAiApi zhiPuAiApi, MetadataMode metadataMode, ZhiPuAiEmbeddingOptions zhiPuAiEmbeddingOptions, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the ZhiPuAiEmbeddingModel class.ZhiPuAiEmbeddingModel
(ZhiPuAiApi zhiPuAiApi, MetadataMode metadataMode, ZhiPuAiEmbeddingOptions options, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes a new instance of the ZhiPuAiEmbeddingModel class.