Constructor StoredEmailEmbeddingRun
- Namespace
- MailFathom.Application.Emails.Embeddings.Generation
- Assembly
- MailFathom.Application.dll
StoredEmailEmbeddingRun(StoredEmailEmbeddingOutcome, int, EmbeddingGenerationFailure?)
What one message's turn at being embedded produced.
public StoredEmailEmbeddingRun(StoredEmailEmbeddingOutcome Outcome, int EmbeddedChunkCount, EmbeddingGenerationFailure? Failure)
Parameters
OutcomeStoredEmailEmbeddingOutcomeHow the turn ended.
EmbeddedChunkCountintHow many passages were given a vector and committed during this turn.
FailureEmbeddingGenerationFailure?Why a provider call produced nothing, present exactly when
Outcomeis ProviderFailed.
Remarks
Counts and classifications only. The message identity, its passages, and the vectors they became are all mail content or derived from it, and none of them belongs in something a worker logs.