Skip to content

Commit 6666ef2

Browse files
authored
Update supported-languages.md
1 parent 88bf291 commit 6666ef2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/ai-foundry/model-inference/supported-languages.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ To use these SDKs, connect them to the [Azure AI model inference URI](concepts/e
2323

2424
### Azure AI inference SDK
2525

26+
The Azure AI Inference package allow you to consume all models deployed to the Azure AI model inference service and easily change among them. Azure AI Inference package is part of the Azure AI Foundry SDK.
27+
2628
| Language | Documentation | Package | Examples |
2729
|------------|---------|-----|-------|
2830
| C# | [Reference](https://aka.ms/azsdk/azure-ai-inference/csharp/reference) | [azure-ai-inference (NuGet)](https://www.nuget.org/packages/Azure.AI.Inference/) | [C# examples](https://aka.ms/azsdk/azure-ai-inference/csharp/samples) |
@@ -32,6 +34,8 @@ To use these SDKs, connect them to the [Azure AI model inference URI](concepts/e
3234

3335
### Azure AI Foundry SDK
3436

37+
The Azure AI Foundry SDK is a comprehensive
38+
3539
| Language | Documentation | Package | Examples |
3640
|------------|---------|-----|-------|
3741
| C# | [Reference](https://aka.ms/azsdk/azure-ai-projects/csharp/reference) | [azure-ai-inference (NuGet)](https://www.nuget.org/packages/Azure.AI.Projects/) | [C# examples](https://aka.ms/azsdk/azure-ai-projects/csharp/samples) |
@@ -44,6 +48,7 @@ To use these SDKs, connect them to the [Azure AI model inference URI](concepts/e
4448
| LangChain | Python | [Reference](https://python.langchain.com/docs/integrations/providers/microsoft) | [langchain-azure-ai (PyPi)](https://pypi.org/project/langchain-azure-ai/) | [Python examples](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/langchain) |
4549
| Llama-Index | Python | [Reference](https://aka.ms/azsdk/azure-ai-inference/python/reference) | [llama-index-llms-azure-inference (PyPi)](https://pypi.org/project/llama-index-llms-azure-inference/) <br /> [llama-index-embeddings-azure-inference (PyPi)](https://pypi.org/project/llama-index-embeddings-azure-inference/) | [Python examples](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/llama-index) |
4650
| Semantic Kernel | Python | [Reference](/semantic-kernel/overview) | [semantic-kernel[azure] (PyPi)](https://pypi.org/project/semantic-kernel/) | [Python examples](../../ai-studio/how-to/develop/semantic-kernel.md) |
51+
| AutoGen | Python | [Reference](https://microsoft.github.io/autogen/stable/reference/python/autogen_ext.models.azure.html#autogen_ext.models.azure.AzureAIChatCompletionClient) | [autogen-ext[azure] (PyPi)](https://pypi.org/project/autogen-ext/) | [Quickstart](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/quickstart.html) |
4752

4853

4954
## Azure OpenAI models
@@ -66,6 +71,7 @@ To use these SDKs, connect them to the [Azure OpenAI service URI](concepts/endpo
6671
| ----------- |------------|---------|-----|-------|
6772
| LangChain | Python | [Reference](https://python.langchain.com/docs/integrations/providers/microsoft) | [langchain-openai (PyPi)](https://pypi.org/project/langchain-openai/) | [Python examples](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/langchain) |
6873
| Llama-Index | Python | [Reference](https://aka.ms/azsdk/azure-ai-inference/python/reference) | [llama-index-llms-openai (PyPi)](https://pypi.org/project/llama-index-llms-openai/) <br /> [llama-index-embeddings-openai (PyPi)](https://pypi.org/project/llama-index-embeddings-openai/) | [Python examples](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/llama-index) |
74+
| AutoGen | Python | [Reference](https://microsoft.github.io/autogen/stable/reference/python/autogen_ext.models.openai.html) | [autogen-ext[openai] (PyPi)](https://pypi.org/project/autogen-ext/) | [Quickstart](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/quickstart.html) |
6975

7076
## Limitations
7177

0 commit comments

Comments
 (0)