Uses of Class
com.unfbx.chatgpt.entity.embeddings.EmbeddingResponse
-
Packages that use EmbeddingResponse Package Description com.unfbx.chatgpt -
-
Uses of EmbeddingResponse in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return EmbeddingResponse Modifier and Type Method Description EmbeddingResponseOpenAiClient. embeddings(Embedding embedding)文本转换向量EmbeddingResponseOpenAiClient. embeddings(String input)向量计算:单文本EmbeddingResponseOpenAiClient. embeddings(List<String> input)向量计算:集合文本Methods in com.unfbx.chatgpt that return types with arguments of type EmbeddingResponse Modifier and Type Method Description io.reactivex.Single<EmbeddingResponse>OpenAiApi. embeddings(Embedding embedding)文本向量计算
-