VertexAIMemoryBuilderExtensions 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 MemoryBuilder class to configure VertexAI connector.
public static class VertexAIMemoryBuilderExtensions
type VertexAIMemoryBuilderExtensions = class
Public Module VertexAIMemoryBuilderExtensions
- Inheritance
-
VertexAIMemoryBuilderExtensions
Methods
WithVertexAITextEmbeddingGeneration(MemoryBuilder, String, Func<ValueTask<String>>, String, String, VertexAIVersion, HttpClient) |
Add VertexAI embeddings generation service to the memory builder. |
WithVertexAITextEmbeddingGeneration(MemoryBuilder, String, String, String, String, VertexAIVersion, HttpClient) |
Add VertexAI embeddings generation service to the memory builder. |