Table of Contents

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

Outcome StoredEmailEmbeddingOutcome

How the turn ended.

EmbeddedChunkCount int

How many passages were given a vector and committed during this turn.

Failure EmbeddingGenerationFailure?

Why a provider call produced nothing, present exactly when Outcome is 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.