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