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