# -*- coding: utf-8 -*- """The Gemini embedding API modules.""" from ._model import GeminiEmbeddingModel __all__ = [ "GeminiEmbeddingModel", ]