@@ -23,6 +23,8 @@ To use these SDKs, connect them to the [Azure AI model inference URI](concepts/e
23
23
24
24
### Azure AI inference SDK
25
25
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
+
26
28
| Language | Documentation | Package | Examples |
27
29
| ------------| ---------| -----| -------|
28
30
| 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
32
34
33
35
### Azure AI Foundry SDK
34
36
37
+ The Azure AI Foundry SDK is a comprehensive
38
+
35
39
| Language | Documentation | Package | Examples |
36
40
| ------------| ---------| -----| -------|
37
41
| 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
44
48
| 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 ) |
45
49
| 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 ) |
46
50
| 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 ) |
47
52
48
53
49
54
## Azure OpenAI models
@@ -66,6 +71,7 @@ To use these SDKs, connect them to the [Azure OpenAI service URI](concepts/endpo
66
71
| ----------- | ------------| ---------| -----| -------|
67
72
| 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 ) |
68
73
| 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 ) |
69
75
70
76
## Limitations
71
77
0 commit comments