Uses of Class
com.unfbx.chatgpt.entity.embeddings.Embedding
-
Packages that use Embedding Package Description com.unfbx.chatgpt -
-
Uses of Embedding in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt with parameters of type Embedding Modifier and Type Method Description io.reactivex.Single<EmbeddingResponse>OpenAiApi. embeddings(Embedding embedding)文本向量计算EmbeddingResponseOpenAiClient. embeddings(Embedding embedding)文本转换向量
-