MemoryBuilder.Build Method
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.
Build a new instance of ISemanticTextMemory using the settings passed so far.
public Microsoft.SemanticKernel.Memory.ISemanticTextMemory Build ();
member this.Build : unit -> Microsoft.SemanticKernel.Memory.ISemanticTextMemory
Public Function Build () As ISemanticTextMemory
Returns
Instance of ISemanticTextMemory.