Uses of Record Class
org.springframework.ai.openai.api.OpenAiApi.EmbeddingList
Packages that use OpenAiApi.EmbeddingList
-
Uses of OpenAiApi.EmbeddingList in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return types with arguments of type OpenAiApi.EmbeddingListModifier 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.