Hello,
We are evaluating EmbeddingGemma for enterprise RAG use cases where strict data isolation is required.
According to the official documentation, EmbeddingGemma is designed to work offline.
We would like to confirm the following from a model-design perspective:
- Does EmbeddingGemma perform any outbound network communication during inference?
- Once the model weights are downloaded, is all embedding computation guaranteed to happen locally?
- Are there any built-in mechanisms in the model that would require internet access?
We are not asking about deployment configuration or runtime libraries,
but about the EmbeddingGemma model itself.
An official confirmation or reference to authoritative documentation would be highly appreciated.
Thank you.