MistralAIServiceCollectionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for the IServiceCollection interface to configure Mistral connectors.
public static class MistralAIServiceCollectionExtensions
type MistralAIServiceCollectionExtensions = class
Public Module MistralAIServiceCollectionExtensions
- Inheritance
-
MistralAIServiceCollectionExtensions
Methods
AddMistralChatCompletion(IServiceCollection, String, String, Uri, String) |
Adds an Mistral chat completion service with the specified configuration. |
AddMistralTextEmbeddingGeneration(IServiceCollection, String, String, Uri, String) |
Adds an Mistral text embedding generation service with the specified configuration. |