Local

Defines the Local contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

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

Loads SDAI data through getEmbeddings.

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

Performs the SDAI side effect handled by insertEmbeddings.