Hi all!
I want to create an %Embedding.Config
to use with an %Embedding
property. I followed the documentation for %Embedding.OpenAI
, and it works fine after setting sslConfig, modelName, and apiKey.
However, I need to use AzureOpenAI. While the embedding process is similar to OpenAI's, Azure requires additional connection parameters, like an endpoint.
My question is: is it possible to configure these extra parameters with %Embedding.Config, and if so, how?