Table of Contents

Method FindActiveProfileAsync

Namespace
MailFathom.Application.Emails.Embeddings
Assembly
MailFathom.Application.dll

FindActiveProfileAsync(CancellationToken)

Reads the profile retrieval and generation currently work under.

Task<ActiveEmbeddingProfile?> FindActiveProfileAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Cancels the read.

Returns

Task<ActiveEmbeddingProfile>

The active profile, or null when this instance has activated none.

Remarks

null is an ordinary answer rather than a failure. An instance that has activated no profile embeds nothing, serves lexical search, and is a supported deployment.