001package org.nasdanika.ai;
002
003public interface EmbeddingModel<S,E> extends EmbeddingGenerator<S,E>, Coordinates {
004
005}