VertexAIKernelBuilderExtensions 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 VertexAI generation services to the application.
public static class VertexAIKernelBuilderExtensions
type VertexAIKernelBuilderExtensions = class
Public Module VertexAIKernelBuilderExtensions
- Inheritance
-
VertexAIKernelBuilderExtensions
Methods
AddVertexAIEmbeddingGeneration(IKernelBuilder, String, Func<ValueTask<String>>, String, String, VertexAIVersion, String, HttpClient) |
Adds Vertex AI embeddings generation service to the kernel builder. |
AddVertexAIEmbeddingGeneration(IKernelBuilder, String, String, String, String, VertexAIVersion, String, HttpClient) |
Adds Vertex AI embeddings generation service to the kernel builder. |
AddVertexAIGeminiChatCompletion(IKernelBuilder, String, Func<ValueTask<String>>, String, String, VertexAIVersion, String, HttpClient) |
Adds Vertex AI Gemini Chat Completion and Text Generation services to the kernel builder. |
AddVertexAIGeminiChatCompletion(IKernelBuilder, String, String, String, String, VertexAIVersion, String, HttpClient) |
Adds Vertex AI Gemini Chat Completion and Text Generation services to the kernel builder. |