modelId property

String get modelId

Stable identifier of the model that produced these embeddings.

Matches a ModelCatalog entry id (e.g. bge-small-en-v1.5). Persisted alongside index data so a later model swap can be detected and the index rebuilt.

Must be non-empty and stable across process restarts. Must not change after the model is loaded.

Implementation

String get modelId;