Bases: ValueError
Embedding vectors or store metadata disagree with the active embedding config.
Source code in ontocast/tool/vector_store/util.py
| class EmbeddingContractMismatchError(ValueError):
"""Embedding vectors or store metadata disagree with the active embedding config."""
|