Class EmailChunkAwaitingEmbedding
- Namespace
- MailFathom.Application.Emails.Embeddings
- Assembly
- MailFathom.Application.dll
One persisted passage that has no vector under the profile being embedded into.
public sealed record EmailChunkAwaitingEmbedding : IEquatable<EmailChunkAwaitingEmbedding>
- Inheritance
-
EmailChunkAwaitingEmbedding
- Implements
- Inherited Members
Remarks
The passage text is mail content. It exists on this record because a provider has to be sent it, and it may reach nothing else: no log, no metric, no trace, and no failure message.
Constructors
- EmailChunkAwaitingEmbedding(EmailChunkId, string)
One persisted passage that has no vector under the profile being embedded into.
Properties
- Id
The passage the vector will hang on.
- Text
The passage itself, as the chunker cut it.