Property Provider
- Namespace
- MailFathom.Application.Emails.Embeddings
- Assembly
- MailFathom.Application.dll
Provider
Gets the vendor whose model defines this space.
public string Provider { get; }
Property Value
Remarks
The vendor, not the endpoint the model is reached through. That distinction is what lets one profile be served by a chain of endpoints — the same model offered by a first-party API and by a cloud deployment of it — where the endpoint can fail over without the vector space changing underneath the vectors already stored. The value is a vendor-supplied name that MailFathom stores verbatim rather than an enumeration of its own, for the same reason ModelIdentifier is: neither set is MailFathom's to close.