Skip to content

Commit e9486a9

Browse files
authored
Merge pull request #275540 from eric-urban/eur/build-ai-studio-follow-3
new UI
2 parents 1222ae7 + 4149d4b commit e9486a9

File tree

5 files changed

+37
-1
lines changed

5 files changed

+37
-1
lines changed
1.54 MB
Loading
2.07 MB
Loading
1.35 MB
Loading
1.46 MB
Loading

articles/ai-studio/whats-new.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,42 @@ Azure AI Studio is now generally available. Azure AI Studio is a unified platfor
2525
> [!NOTE]
2626
> Some features are still in public preview and might not be available in all regions. Please refer to the feature level documentation for more information.
2727
28+
### New UI
29+
30+
We've updated the AI Studio navigation experience to help you work more efficiently and seamlessly move through the platform. Get to know the new navigation below:
31+
32+
#### Quickly transition between hubs and projects
33+
34+
Easily navigate between the global, hub, and project scopes.
35+
- Go back to the previous scope at any time by using the back button at the top of the navigation.
36+
- Tools and resources change dynamically based on whether you are working at the global, hub, or project level.
37+
38+
:::image type="content" source="media/explore/transition-hubs-projects.gif" alt-text="GIF of transitioning between hub and project scopes in AI Studio." lightbox= "media/explore/transition-hubs-projects.gif":::
39+
40+
#### Navigate with breadcrumbs
41+
42+
We have added breadcrumbs to prevent you from getting lost in the product.
43+
- Breadcrumbs are consistently shown on the top navigation, regardless of what page you are on.
44+
- Use these breadcrumbs to quickly move through the platform.
45+
46+
:::image type="content" source="media/explore/breadcrumb-navigation.gif" alt-text="GIF of navigating with breadcrumbs in AI Studio." lightbox= "media/explore/breadcrumb-navigation.gif":::
47+
48+
#### Customize your navigation
49+
50+
The new navigation can be modified and customized to fit your needs.
51+
- Collapse and expand groupings as needed to easily access the tools you need the most.
52+
- Collapse the navigation at any time to save screen space. All tools and capabilities will still be available.
53+
54+
:::image type="content" source="media/explore/custom-navigation.gif" alt-text="GIF of customizing the navigation in AI Studio." lightbox= "media/explore/custom-navigation.gif":::
55+
56+
#### Easily switch between your recent hubs and projects
57+
58+
Switch between recently used hubs and projects at any time using the picker at the top of the navigation.
59+
- While in a hub, use the picker to access and switch to any of your recently used hubs.
60+
- While in a project, use the picker to access and switch to any of your recently used projects.
61+
62+
:::image type="content" source="media/explore/switch-hubs-projects.gif" alt-text="GIF of switching to other hubs and projects in AI Studio." lightbox= "media/explore/switch-hubs-projects.gif":::
63+
2864
### View and track your evaluators in a centralized way
2965

3066
Evaluator is a new asset in Azure AI Studio. You can define a new evaluator in SDK and use it to run evaluation that generates scores of one or more metrics. You can view and manage both Microsoft curated evaluators and your own customized evaluators in the evaluator library. For more information, see [Evaluate with the prompt flow SDK](./how-to/develop/flow-evaluate-sdk.md).
@@ -83,7 +119,7 @@ For more information about Phi-3, see the [blog announcement](https://techcommun
83119
The Phi-3 family of models developed by Microsoft are available in the Azure AI model catalog. Phi-3 models are the most capable and cost-effective small language models (SLMs) available, outperforming models of the same size and next size up across various language, reasoning, coding, and math benchmarks. This release expands the selection of high-quality models for customers, offering more practical choices as they compose and build generative AI applications.
84120

85121
- Phi-3-mini is available in two context-length variants—4K and 128K tokens. It's the first model in its class to support a context window of up to 128K tokens, with little effect on quality.
86-
- It's instruction-tuned, meaning that its trained to follow different types of instructions reflecting how people normally communicate. This ensures the model is ready to use out-of-the-box.
122+
- It's instruction-tuned, meaning that it's trained to follow different types of instructions reflecting how people normally communicate. This ensures the model is ready to use out-of-the-box.
87123
- It's available on Azure AI to take advantage of the deploy > evaluate > fine-tune toolchain, and is available on Ollama for developers to run locally on their laptops.
88124
- It has been optimized for ONNX Runtime with support for Windows DirectML along with cross-platform support across graphics processing unit (GPU), CPU, and even mobile hardware.
89125
- It's also available as an NVIDIA NIM microservice with a standard API interface that can be deployed anywhere. And has been optimized for NVIDIA GPUs.

0 commit comments

Comments
 (0)