@@ -47,7 +47,7 @@ pip install azure-ai-projects azure-identity
4747
4848Create a project client in code:
4949
50- #[ Sync] ( tab/sync )
50+ #[ Sync] ( # tab/sync)
5151
5252``` Python
5353from azure.identity import DefaultAzureCredential
@@ -60,7 +60,7 @@ project = AIProjectClient.from_connection_string(
6060 credential = DefaultAzureCredential())
6161```
6262
63- #[ Async] ( tab/async )
63+ #[ Async] ( # tab/async)
6464
6565``` Python
6666from azure.identity.aio import DefaultAzureCredential
@@ -259,7 +259,7 @@ violence_score = violence_eval(query="what's the capital of france", response="P
259259print (violence_score)
260260```
261261
262- To learn more, check out [ Evaluation using the SDK] ( evaluate_sdk .md) .
262+ To learn more, check out [ Evaluation using the SDK] ( evaluate-sdk .md) .
263263
264264## Tracing
265265
@@ -287,15 +287,15 @@ Client libraries:
287287* [ Azure AI services REST APIs] ( ../../../ai-services/reference/rest-api-resources.md?context=/azure/ai-studio/context/context )
288288
289289Azure AI services
290- * [ Azure AI Services Python Management Library] ( /python/api/overview/azure/mgmt-cognitiveservices-readme?view=azure-python )
291- * [ Azure AI Search Python Management Library] ( /python/api/azure-mgmt-search/azure.mgmt.search?view=azure-python )
290+ * [ Azure AI Services Python Management Library] ( /python/api/overview/azure/mgmt-cognitiveservices-readme )
291+ * [ Azure AI Search Python Management Library] ( /python/api/azure-mgmt-search/azure.mgmt.search )
292292
293293### Frameworks
294294
295295Azure Machine Learning
296296
297297* [ Azure Machine Learning Python SDK (v2)] ( /python/api/overview/azure/ai-ml-readme )
298- * [ Azure Machine Learning CLI (v2)] ( /azure/machine-learning/how-to-configure-cli?view=azureml-api-2&tabs=public )
298+ * [ Azure Machine Learning CLI (v2)] ( /azure/machine-learning/how-to-configure-cli )
299299* [ Azure Machine Learning REST API] ( /rest/api/azureml )
300300
301301Prompt flow
0 commit comments