Uses of Class
com.composum.ai.backend.base.service.chat.impl.chatmodel.OpenAIEmbeddings.EmbeddingObject
-
Packages that use OpenAIEmbeddings.EmbeddingObject Package Description com.composum.ai.backend.base.service.chat.impl.chatmodel -
-
Uses of OpenAIEmbeddings.EmbeddingObject in com.composum.ai.backend.base.service.chat.impl.chatmodel
Methods in com.composum.ai.backend.base.service.chat.impl.chatmodel that return types with arguments of type OpenAIEmbeddings.EmbeddingObject Modifier and Type Method Description List<OpenAIEmbeddings.EmbeddingObject>
OpenAIEmbeddings.EmbeddingResponse. getData()
Method parameters in com.composum.ai.backend.base.service.chat.impl.chatmodel with type arguments of type OpenAIEmbeddings.EmbeddingObject Modifier and Type Method Description void
OpenAIEmbeddings.EmbeddingResponse. setData(List<OpenAIEmbeddings.EmbeddingObject> data)
-