Embeddings
interface Embeddings
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
Inheritors
Functions
Link copied to clipboard
abstract suspend fun embeddings(request: <Error class: unknown class>, requestOptions: <Error class: unknown class>? = null): <Error class: unknown class>
Creates an embedding vector representing the input text.