You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure AI Foundry SDK is a comprehensive toolchain designed to simplify the development of AI applications on Azure. It enables developers to:
21
+
The [Azure AI Foundry](https://ai.azure.com) SDK is a comprehensive toolchain designed to simplify the development of AI applications on Azure. It enables developers to:
22
22
23
23
- Access popular models from various model providers through a single interface
24
24
- Easily combine together models, data, and AI services to build AI-powered applications
@@ -111,7 +111,7 @@ Not yet available in C#.
111
111
112
112
Copy the **Project connection string** from the **Overview** page of the project and update the connections string value above.
113
113
114
-
Once you have created the project client, you can use the client for the capabilities in the following sections.
114
+
Once you create the project client, you can use the client for the capabilities in the following sections.
115
115
116
116
::: zone pivot="programming-language-python"
117
117
@@ -127,7 +127,7 @@ Be sure to check out the [reference](https://aka.ms/aifoundrysdk/reference) and
127
127
128
128
## Azure OpenAI Service
129
129
130
-
The [Azure OpenAI Service](../../../ai-services/openai/overview.md) provides access to OpenAI's models including the GPT-4o, GPT-4o mini, GPT-4, GPT-4 Turbo with Vision, DALLE-3, Whisper, and Embeddings model series with the data residency, scalability, safety, security and enterprise capabilities of Azure.
130
+
The [Azure OpenAI Service](../../../ai-services/openai/overview.md) provides access to OpenAI's models including the GPT-4o, GPT-4o mini, GPT-4, GPT-4 Turbo with Vision, DALLE-3, Whisper, and Embeddings model series with the data residency, scalability, safety, security, and enterprise capabilities of Azure.
131
131
132
132
If you have code that uses the OpenAI SDK, you can easily target your code to use the Azure OpenAI service. First, install the OpenAI SDK:
133
133
@@ -233,9 +233,9 @@ To learn more about using the Azure AI inferencing client, check out the [Azure
233
233
234
234
::: zone pivot="programming-language-python"
235
235
236
-
## Prompt Templates
236
+
## Prompt templates
237
237
238
-
The inferencing client supports for creating prompt messages from templates. The template allows you to dynamically generate prompts using inputs that are available at runtime.
238
+
The inferencing client supports creating prompt messages from templates. The template allows you to dynamically generate prompts using inputs that are available at runtime.
239
239
240
240
To use prompt templates, install the `azure-ai-inference` package:
241
241
@@ -356,7 +356,7 @@ To learn more about using Azure AI Search, check out [Azure AI Search documentat
356
356
357
357
## Azure AI Agent Service
358
358
359
-
Azure AI Agent Service is a fully managed service designed to empower developers to securely build, deploy, and scale high-quality, and extensible AI agents. Using an extensive ecosystem of models, tools and capabilities from OpenAI, Microsoft, and third-party providers, [Azure AI Agent Service](/azure/ai-services/agents)enables building agents for a wide range of generative AI use cases.
359
+
Azure AI Agent Service is a fully managed service designed to empower developers to securely build, deploy, and scale high-quality, and extensible AI agents. To enable building agents for a wide range of generative AI use cases, [Azure AI Agent Service](/azure/ai-services/agents)uses an extensive ecosystem of models, tools and capabilities from OpenAI, Microsoft, and third-party providers.
360
360
361
361
## Evaluation
362
362
@@ -393,7 +393,7 @@ To learn more, check out [Evaluation using the SDK](evaluate-sdk.md).
393
393
394
394
::: zone pivot="programming-language-csharp"
395
395
396
-
An Azure AI evaluation package is not yet available for C#. For a sample on how to use Prompty and Semantic Kernel for evaluation, see the [contoso-chat-csharp-prompty](https://github.com/Azure-Samples/contoso-chat-csharp-prompty/blob/main/src/ContosoChatAPI/ContosoChat.Evaluation.Tests/Evalutate.cs) sample.
396
+
An Azure AI evaluation package isn't yet available for C#. For a sample on how to use Prompty and Semantic Kernel for evaluation, see the [contoso-chat-csharp-prompty](https://github.com/Azure-Samples/contoso-chat-csharp-prompty/blob/main/src/ContosoChatAPI/ContosoChat.Evaluation.Tests/Evalutate.cs) sample.
397
397
398
398
::: zone-end
399
399
@@ -428,41 +428,43 @@ if application_insights_connection_string:
428
428
429
429
::: zone pivot="programming-language-csharp"
430
430
431
-
Tracing is not yet integrated into the projects package. For instructions on how to instrument and log traces from the Azure AI Inferencing package, see [azure-sdk-for-dotnet](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Inference/samples/Sample8_ChatCompletionsWithOpenTelemetry.md).
431
+
Tracing isn't yet integrated into the projects package. For instructions on how to instrument and log traces from the Azure AI Inferencing package, see [azure-sdk-for-dotnet](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Inference/samples/Sample8_ChatCompletionsWithOpenTelemetry.md).
432
432
433
433
::: zone-end
434
434
435
-
## Related content
435
+
## Other services and frameworks
436
436
437
-
Below are some helpful links to other services and frameworks that you can use with the Azure AI Foundry SDK.
437
+
The following sections provide helpful links to other services and frameworks that you can use with the Azure AI Foundry SDK.
438
438
439
439
### Azure AI Services
440
440
441
-
Client libraries:
441
+
*Client libraries:
442
442
443
-
*[Azure AI services SDKs](../../../ai-services/reference/sdk-package-resources.md?context=/azure/ai-studio/context/context)
444
-
*[Azure AI services REST APIs](../../../ai-services/reference/rest-api-resources.md?context=/azure/ai-studio/context/context)
443
+
*[Azure AI services SDKs](../../../ai-services/reference/sdk-package-resources.md?context=/azure/ai-studio/context/context)
444
+
*[Azure AI services REST APIs](../../../ai-services/reference/rest-api-resources.md?context=/azure/ai-studio/context/context)
445
445
446
-
Management libraries:
447
-
*[Azure AI Services Python Management Library](/python/api/overview/azure/mgmt-cognitiveservices-readme)
448
-
*[Azure AI Search Python Management Library](/python/api/azure-mgmt-search/azure.mgmt.search)
446
+
* Management libraries:
447
+
448
+
*[Azure AI Services Python Management Library](/python/api/overview/azure/mgmt-cognitiveservices-readme)
449
+
*[Azure AI Search Python Management Library](/python/api/azure-mgmt-search/azure.mgmt.search)
0 commit comments