Enum EmbeddingGenerationTransition
- Namespace
- MailFathom.Application.Emails.Embeddings.Generations
- Assembly
- MailFathom.Application.dll
Whether one upkeep pass moved a generation from being built to being read.
public enum EmbeddingGenerationTransition
Fields
None = 0The pass left the generations as it found them.
Switched = 1The generation being built became the one retrieval reads, and the one it replaced was superseded.
Remarks
The switch is one recorded event rather than a gradual drift, which is what lets an operator point at the moment searches started being answered by the new model. Every other pass leaves the generations where they were.