fetchEmbeddings
open suspend override fun fetchEmbeddings(baseUrl: String, sessionId: String, credentials: AuthorizationCredentials): List<Embedding>(source)
Loads SDAI data through fetchEmbeddings.
Return
Result produced by fetchEmbeddings.
Author
Dmitriy Moroz
Parameters
baseUrl
base url value consumed by the API.
sessionId
session id value consumed by the API.
credentials
credentials value consumed by the API.