Uses of Class
com.hw.openai.entity.embeddings.EmbeddingResp
Packages that use EmbeddingResp
-
Uses of EmbeddingResp in com.hw.openai
Methods in com.hw.openai that return EmbeddingRespModifier and TypeMethodDescriptionOpenAiClient.createEmbedding
(Embedding embedding) Creates an embedding vector representing the input text. -
Uses of EmbeddingResp in com.hw.openai.service
Methods in com.hw.openai.service that return types with arguments of type EmbeddingRespModifier 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.