Table of Contents

Method Embedded

Namespace
MailFathom.Application.Emails.Embeddings.Generation
Assembly
MailFathom.Application.dll

Embedded(int, int)

Reports a message every passage of which now carries a vector.

public static StoredEmailEmbeddingRun Embedded(int embeddedChunkCount, int inputCharacterCount = 0)

Parameters

embeddedChunkCount int

How many passages this turn produced a vector for.

inputCharacterCount int

How many characters the turn sent to produce them.

Returns

StoredEmailEmbeddingRun

The result.

Exceptions

ArgumentOutOfRangeException

Thrown when a count is negative.