Class AiServiceCollectionExtensions
- Namespace
- MailFathom.AI
- Assembly
- MailFathom.AI.dll
Registers what the AI boundary implements for the rest of the application.
public static class AiServiceCollectionExtensions
- Inheritance
-
AiServiceCollectionExtensions
- Inherited Members
Methods
- AddDeterministicTextEmbeddings(IServiceCollection, int, int)
Registers the generator that derives vectors from the text alone, reaching no provider.
- AddEmbeddingProviderAdapter(IServiceCollection)
Registers the adapter that produces vectors by calling a provider, and the transport it sends over.
- AddLocalTextDerivations(IServiceCollection)
Registers the derivations retrieval is built on that reach no provider and no network.