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
embeddedChunkCountintHow many passages this turn produced a vector for.
inputCharacterCountintHow many characters the turn sent to produce them.
Returns
- StoredEmailEmbeddingRun
The result.
Exceptions
- ArgumentOutOfRangeException
Thrown when a count is negative.