GoogleAIServiceCollectionExtensions 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.
Extensions for adding GoogleAI generation services to the application.
public static class GoogleAIServiceCollectionExtensions
type GoogleAIServiceCollectionExtensions = class
Public Module GoogleAIServiceCollectionExtensions
- Inheritance
-
GoogleAIServiceCollectionExtensions
Methods
AddGoogleAIEmbeddingGeneration(IServiceCollection, String, String, GoogleAIVersion, String) |
Add Google AI embeddings generation service to the specified service collection. |
AddGoogleAIGeminiChatCompletion(IServiceCollection, String, String, GoogleAIVersion, String) |
Add Google AI Gemini Chat Completion and Text Generation services to the specified service collection. |