Method Embedded
- Namespace
- MailFathom.Application.Emails.Embeddings.Generation
- Assembly
- MailFathom.Application.dll
Embedded(int)
Reports a message every passage of which now carries a vector.
public static StoredEmailEmbeddingRun Embedded(int embeddedChunkCount)
Parameters
embeddedChunkCountintHow many passages this turn produced a vector for.
Returns
- StoredEmailEmbeddingRun
The result.
Exceptions
- ArgumentOutOfRangeException
Thrown when the count is negative.