Class GeneratedChunkEmbedding
- Namespace
- MailFathom.Application.Emails.Embeddings
- Assembly
- MailFathom.Application.dll
One passage paired with where a generator placed it in the active profile's space.
public sealed record GeneratedChunkEmbedding : IEquatable<GeneratedChunkEmbedding>
- Inheritance
-
GeneratedChunkEmbedding
- Implements
- Inherited Members
Remarks
The passage text is deliberately absent: the vector has been produced, so nothing downstream of generation needs the words again, and carrying them to the write would keep mail content alive for the length of a transaction that has no use for it.
Constructors
- GeneratedChunkEmbedding(EmailChunkId, EmbeddingVector)
One passage paired with where a generator placed it in the active profile's space.
Properties
- ChunkId
The passage the vector stands for.
- Vector
The point the passage was placed at.