Uses of Record Class
org.springframework.ai.openai.api.OpenAiApi.EmbeddingRequest
-
Uses of OpenAiApi.EmbeddingRequest in org.springframework.ai.openai.api
Modifier 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.