Skip to content

Commit c213a4f

Browse files
committed
fix warnings
1 parent 67dddcd commit c213a4f

19 files changed

+21
-21
lines changed

articles/ai-studio/how-to/develop/ai-template-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: sdgilley
1313

1414
# How to get started with an AI template
1515

16-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
16+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
1717

1818
Streamline your code-first development with prebuilt, task-specific Azure AI templates. Benefit from using the latest features and best practices from Microsoft Azure AI, with popular frameworks like LangChain, prompt flow, and Semantic Kernel in multiple languages.
1919

articles/ai-studio/how-to/develop/connections-add-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: Blackmist
1515

1616
# Add a new connection using the Azure Machine Learning SDK
1717

18-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
18+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
1919

2020
In this article, you learn how to add a new connection using the Azure Machine Learning SDK.
2121

articles/ai-studio/how-to/develop/create-hub-project-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ author: sdgilley
1414

1515
# Create a hub using the Azure Machine Learning SDK and CLI
1616

17-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
17+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
1818

1919
In this article, you learn how to create the following AI Studio resources using the Azure Machine Learning SDK and Azure CLI (with machine learning extension):
2020
- An Azure AI Studio hub

articles/ai-studio/how-to/develop/evaluate-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: lgayhardt
1515
---
1616
# Evaluate with the Azure AI Evaluation SDK
1717

18-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
18+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
1919

2020
> [!NOTE]
2121
> Evaluate with the prompt flow has been retired and replaced with Azure AI Evaluate.

articles/ai-studio/how-to/develop/index-build-consume-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: sdgilley
1515

1616
# How to build and consume an index using code
1717

18-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
18+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
1919

2020
In this article, you learn how to create an index and consume it from code. To create an index locally, we use the `promptflow-rag` package. To create a remote index on the cloud, we use the `azure-ai-ml` package. We consume the indexes using `langchain`.
2121

@@ -183,7 +183,7 @@ client.indexes.create_or_update(
183183
```
184184

185185
> [!NOTE]
186-
> Environment variables are intended for convenience in a local environment. However, if you register a local index created using environment variables, the index may not function as expected because secrets from environment variables wont be transferred to the cloud index. To address this issue, you can use a `ConnectionConfig` or `connection_id` to create a local index before registering.
186+
> Environment variables are intended for convenience in a local environment. However, if you register a local index created using environment variables, the index may not function as expected because secrets from environment variables won't be transferred to the cloud index. To address this issue, you can use a `ConnectionConfig` or `connection_id` to create a local index before registering.
187187
188188
## Build an index (remotely) in your AI Studio project
189189

articles/ai-studio/how-to/develop/simulator-interaction-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: lgayhardt
1717

1818
# Generate synthetic and simulated data for evaluation
1919

20-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
20+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
2121

2222
Large language models are known for their few-shot and zero-shot learning abilities, allowing them to function with minimal data. However, this limited data availability impedes thorough evaluation and optimization when you might not have test datasets to evaluate the quality and effectiveness of your generative AI application.
2323

articles/ai-studio/how-to/develop/trace-local-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: sdgilley
1515

1616
# How to trace your application with prompt flow SDK | Azure AI Studio
1717

18-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
18+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
1919

2020
Tracing is a powerful tool that offers developers an in-depth understanding of the execution process of their generative AI applications such as agents, [AutoGen](https://microsoft.github.io/autogen/docs/Use-Cases/agent_chat), and retrieval augmented generation (RAG) use cases. It provides a detailed view of the execution flow, including the inputs and outputs of each node within the application. This essential information proves critical while debugging complex applications or optimizing performance.
2121

articles/ai-studio/how-to/develop/trace-production-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: lgayhardt
1515

1616
# Enable tracing and collect feedback for a flow deployment
1717

18-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
18+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
1919

2020
After deploying a Generative AI APP in production, you might want to enhance your understanding and optimize performance. Trace data for each request, aggregated metrics, and user feedback play critical roles.
2121

articles/ai-studio/how-to/develop/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: sdgilley
1717

1818
# Get started with Azure AI Studio projects in VS Code (Preview)
1919

20-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
20+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
2121

2222
Azure AI Studio supports developing in VS Code - Desktop and Web. In each scenario, your VS Code instance is remotely connected to a prebuilt custom container running on a virtual machine, also known as a compute instance.
2323

articles/ai-studio/how-to/prompt-flow-tools/azure-open-ai-gpt-4v-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: lgayhardt
1515

1616
# Azure OpenAI GPT-4 Turbo with Vision tool in Azure AI Studio
1717

18-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
18+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
1919

2020
The prompt flow Azure OpenAI GPT-4 Turbo with Vision tool enables you to use your Azure OpenAI GPT-4 Turbo with Vision model deployment to analyze images and provide textual responses to questions about them.
2121

0 commit comments

Comments
 (0)