Skip to content

Commit 1222ae7

Browse files
authored
Merge pull request #275532 from eric-urban/eur/build-ai-studio-follow-1
build ai studio follow 1
2 parents 0fa92ce + 9b81b8c commit 1222ae7

File tree

6 files changed

+7
-20
lines changed

6 files changed

+7
-20
lines changed

articles/ai-studio/how-to/create-projects.md

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

1616
# Create a project in Azure AI Studio
1717

18-
[!INCLUDE [Feature preview](../includes/feature-preview.md)]
19-
2018
This article describes how to create a project in Azure AI Studio. A project is used to organize your work and save state while building customized AI apps.
2119

2220
Projects are hosted by an Azure AI Studio hub that provides enterprise-grade security and a collaborative environment. For more information about the projects and resources model, see [Azure AI Studio hubs](../concepts/ai-resources.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ By selecting a span, you can see the detailed information on the right side. Thi
133133
> [!NOTE]
134134
> In prompt flow SDK, we defined serval span types, including **LLM**, **Function**, **Embedding**, **Retrieval**, and **Flow**. And the system automatically creates spans with execution information in designated attributes and events.
135135
>
136-
> To learn more about span types, see [Trace span](https://microsoft.github.io/promptflow/how-to-guides/tracing/trace-span.html).
136+
> To learn more about span types, see [Trace span](https://microsoft.github.io/promptflow/reference/trace-span-spec-reference.html).
137137
138138
After the flow run is completed, for checking the results, you can select the **View test results** button to check all historical run records in a list. By default, the run records created in the last 7 days are displayed. You can select the **Filter** to change the condition.
139139

articles/ai-studio/quickstarts/get-started-code.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ In this quickstart, we walk you through setting up your local development enviro
1919

2020
## Prerequisites
2121

22-
Before you can follow this quickstart, you first need to create the resources you need for your application, we recommend creating the following resources:
23-
- An AI Studio hub for connecting to external resources.
24-
- An AI Studio project for organizing your project artifacts and sharing traces and evaluation runs
25-
- An Azure AI services resource connected to your project, for providing intelligent APIs and models
26-
- An Azure OpenAI chat model deployment (gpt-35-turbo or gpt-4)
22+
Before you can follow this quickstart, create the resources that you need for your application:
23+
- An [AI Studio hub](../how-to/create-azure-ai-resource.md) for connecting to external resources.
24+
- A [project](../how-to/create-projects.md) for organizing your project artifacts and sharing traces and evaluation runs.
25+
- A [deployed Azure OpenAI](../how-to/deploy-models-openai.md) chat model (gpt-35-turbo or gpt-4)
2726

28-
- An [AI Studio hub](../how-to/create-azure-ai-resource.md), [project](../how-to/create-projects.md), and [deployed Azure OpenAI](../how-to/deploy-models-openai.md) chat model. Complete the [AI Studio playground quickstart](../quickstarts/get-started-playground.md) to create these resources if you haven't already. You can also create these resources by following the [SDK guide to create a hub and project](../how-to/develop/create-hub-project-sdk.md) article.
27+
Complete the [AI Studio playground quickstart](../quickstarts/get-started-playground.md) to create these resources if you haven't already. You can also create these resources by following the [SDK guide to create a hub and project](../how-to/develop/create-hub-project-sdk.md) article.
2928

3029
Also, you must have the necessary permissions to add role assignments for storage accounts in your Azure subscription. Granting permissions (adding role assignment) is only allowed by the **Owner** of the specific Azure resources. You might need to ask your IT admin for help to [grant access to call Azure OpenAI Service using your identity](#grant-access-to-call-azure-openai-service-using-your-identity).
3130

articles/ai-studio/tutorials/deploy-copilot-ai-studio.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,11 +419,6 @@ To avoid incurring unnecessary Azure costs, you should delete the resources you
419419
You can also [stop or delete your compute instance](../how-to/create-manage-compute.md#start-or-stop-a-compute-instance) in [Azure AI Studio](https://ai.azure.com) as needed.
420420

421421

422-
## Azure AI Studio enterprise chat solution demo
423-
424-
Learn how to create a retail copilot using your data with Azure AI Studio in this [end-to-end walkthrough video](https://youtu.be/Qes7p5w8Tz8).
425-
> [!VIDEO https://www.youtube.com/embed/Qes7p5w8Tz8]
426-
427422
## Next steps
428423

429424
* Learn more about [prompt flow](../how-to/prompt-flow.md).

articles/ai-studio/what-is-ai-studio.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ You can also access the following pages:
165165
- Tools: This is where you can access tools for prompt flow, tracing, evaluations, and fine-tuning. You can also access the [Visual Studio Code (Web)](how-to/develop/vscode.md) experience from this page.
166166
- Components: This is where you can view and manage components in the project. Components include data, indexes, deployments, and content filters.
167167

168-
## Build your own copilot demo
169-
170-
Learn how to build your own copilot with AI Studio in this [overview video from Microsoft Mechanics on YouTube](https://youtu.be/3hZorLy6JiA).
171-
> [!VIDEO https://www.youtube.com/embed/3hZorLy6JiA]
172-
173168
## Pricing and Billing
174169

175170
Using AI Studio also incurs cost associated with the underlying services, to learn more read [Plan and manage costs for Azure AI services](./how-to/costs-plan-manage.md).

articles/ai-studio/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Evaluators in the prompt flow SDK offer a streamlined, code-based experience
6060

6161
### Use Prompty for engineering and sharing prompts
6262

63-
Prompty is a new prompt template part of the prompt flow SDK that can be run standalone and integrated into your code. You can download a prompty from the AI Studio playground, continue iterating on it in your local development environment, and check it into your git repo to share and collaborate on prompts with others. The prompty format is supported in Semantic Kernel C# and LangChain as a community extension.
63+
Prompty is a new prompt template part of the prompt flow SDK that can be run standalone and integrated into your code. You can download a prompty from the AI Studio playground, continue iterating on it in your local development environment, and check it into your git repo to share and collaborate on prompts with others. The prompty format is supported in Semantic Kernel, C#, and LangChain as a community extension.
6464

6565
### Mistral Small
6666

0 commit comments

Comments
 (0)