Property EmbeddingVectorIndexUnavailable
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
EmbeddingVectorIndexUnavailable
Gets subcategory 3, vector indexes: the approximate index one embedding profile's vectors are searched through is not in the state its lifecycle asked for.
public static MailFathomErrorCode EmbeddingVectorIndexUnavailable { get; }
Property Value
Remarks
One code covers a build that did not happen and a removal that did not, because both leave the same finding for an operator to act on: the index a profile's lifecycle calls for is not the index the database holds. Which of the two it was is in the message, which names the profile.
It is a subcategory of its own rather than one more schema-state failure, because the state it describes is not the migration history. This index belongs to no migration at all — it is tied to one profile's dimension, so it is built when that profile is activated — and a database missing it is serving correct results slowly rather than running against a schema the build does not recognize.