MemoryStoreDefaultDefinition(String, String) Constructor
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.
Initializes a new instance of MemoryStoreDefaultDefinition.
public MemoryStoreDefaultDefinition(string chatModel, string embeddingModel);
new Azure.AI.Projects.MemoryStoreDefaultDefinition : string * string -> Azure.AI.Projects.MemoryStoreDefaultDefinition
Public Sub New (chatModel As String, embeddingModel As String)
Parameters
- chatModel
- String
The name or identifier of the chat completion model deployment used for memory processing.
- embeddingModel
- String
The name or identifier of the embedding model deployment used for memory processing.
Exceptions
chatModel or embeddingModel is null.