Uses of Record Class
org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingRequest
Packages that use ZhiPuAiApi.EmbeddingRequest
-
Uses of ZhiPuAiApi.EmbeddingRequest in org.springframework.ai.zhipuai.api
Methods in org.springframework.ai.zhipuai.api with parameters of type ZhiPuAiApi.EmbeddingRequestModifier and TypeMethodDescription<T> org.springframework.http.ResponseEntity<ZhiPuAiApi.EmbeddingList<ZhiPuAiApi.Embedding>>ZhiPuAiApi.embeddings(ZhiPuAiApi.EmbeddingRequest<T> embeddingRequest) Creates an embedding vector representing the input text or token array.