Constructor EmailChunkAwaitingEmbedding
- Namespace
- MailFathom.Application.Emails.Embeddings
- Assembly
- MailFathom.Application.dll
EmailChunkAwaitingEmbedding(EmailChunkId, string)
One persisted passage that has no vector under the profile being embedded into.
public EmailChunkAwaitingEmbedding(EmailChunkId Id, string Text)
Parameters
IdEmailChunkIdThe passage the vector will hang on.
TextstringThe passage itself, as the chunker cut it.
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.