EmbeddingsRepository

Defines the EmbeddingsRepository contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard
abstract suspend fun fetchAndGetEmbeddings(): List<Embedding>

Loads SDAI data through fetchAndGetEmbeddings.

Link copied to clipboard
abstract suspend fun fetchEmbeddings()

Loads SDAI data through fetchEmbeddings.

Link copied to clipboard
abstract suspend fun getEmbeddings(): List<Embedding>

Loads SDAI data through getEmbeddings.