microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
20.37k stars 2.96k forks source link

.Net: Plan for Models As A Service AI Connector #6530

Open markwallace-microsoft opened 4 weeks ago

markwallace-microsoft commented 4 weeks ago
TaoChenOSU commented 3 weeks ago

We will be taking a dependency on the Azure.AI.Inference SDK provided by the Azure SDK team.

Here is a list of features that the Azure.AI.Inference SDK supports:

TaoChenOSU commented 3 weeks ago

We should come up with a consistent name for this new connector across all language.

Here are a few options:

  1. Azure (Connector.Azure)
  2. AzureAI (Connector.AzureAI)
  3. AzureAIInference (Connector.AzureAIInference)
  4. ...