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
Copy file name to clipboardExpand all lines: articles/ai-studio/whats-new.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,42 @@ Azure AI Studio is now generally available. Azure AI Studio is a unified platfor
25
25
> [!NOTE]
26
26
> 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.
27
27
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
+
28
64
### View and track your evaluators in a centralized way
29
65
30
66
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
83
119
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.
84
120
85
121
- 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 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.
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.
87
123
- 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.
88
124
- 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.
89
125
- 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