Uses of Class
com.hw.openai.entity.embeddings.EmbeddingResp
-
Uses of EmbeddingResp in com.hw.openai
Modifier and TypeMethodDescriptionOpenAiClient.createEmbedding
(Embedding embedding) Creates an embedding vector representing the input text. -
Uses of EmbeddingResp in com.hw.openai.service
Modifier and TypeMethodDescriptionio.reactivex.Single<EmbeddingResp>
OpenAiService.createEmbedding
(Embedding embedding) Creates an embedding vector representing the input text.io.reactivex.Single<EmbeddingResp>
OpenAiService.createEmbedding
(String deploymentId, String apiVersion, Embedding embedding) Creates an embedding vector representing the input text, using azure openai.