Skip to content

Commit f29a826

Browse files
Apply suggestions from code review
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 4e6f28f commit f29a826

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/core/whats-new/dotnet-9/overview.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ The .NET 9 SDK introduces _workload sets_, where all of your workloads stay at a
5353

5454
For more information, see [What's new in the SDK for .NET 9](sdk.md).
5555

56-
## AI Building Blocks and Fundamentals
56+
## AI building blocks and fundamentals
5757

5858
### Microsoft.Extensions.AI & Microsoft.Extensions.VectorData
5959

60-
.NET 9 introduces a unified layer of C# abstractions through [Microsoft.Extensions.AI](https://www.nuget.org/packages/Microsoft.Extensions.AI.Abstractions/) and [Microsoft.Extensions.VectorData](https://www.nuget.org/packages/Microsoft.Extensions.VectorData.Abstractions/). These abstractions facilitate interaction with AI services, including small and large language models (SLMs and LLMs), embeddings, vector stores, and middleware.
60+
.NET 9 introduces a unified layer of C# abstractions through the [Microsoft.Extensions.AI](https://www.nuget.org/packages/Microsoft.Extensions.AI.Abstractions/) and [Microsoft.Extensions.VectorData](https://www.nuget.org/packages/Microsoft.Extensions.VectorData.Abstractions/) packages. These abstractions facilitate interaction with AI services, including small and large language models (SLMs and LLMs), embeddings, vector stores, and middleware.
6161

6262
### Tokenizers
6363

64-
The [Microsoft.ML.Tokenizers](https://www.nuget.org/packages/Microsoft.ML.Tokenizers) library provides .NET developer with capabilities for encoding and decoding text to tokens. For AI scenarios, this is important to manage context, calculate cost, and pre-process text when working with local models.
64+
The [Microsoft.ML.Tokenizers](https://www.nuget.org/packages/Microsoft.ML.Tokenizers) library provides .NET developers with capabilities for encoding and decoding text to tokens. For AI scenarios, this is important to manage context, calculate cost, and preprocess text when working with local models.
6565

6666
The latest release introduces significant new capabilities:
6767

@@ -105,6 +105,8 @@ ML.NET 4.0 brings the following improvements:
105105
- (Experimental) TorchSharp ports of Llama and Phi family of models.
106106
- (Experimental) CausalLM pipeline APIs
107107

108+
For more information, see [What's new in ML.NET](dotnet/machine-learning/whats-new/overview).
109+
108110
## .NET Aspire
109111

110112
.NET Aspire is an opinionated, cloud-ready stack for building observable, production ready, distributed applications.​ .NET Aspire is delivered through a collection of NuGet packages that handle specific cloud-native concerns, and is available in preview for .NET 9. For more information, see [.NET Aspire](/dotnet/aspire).

0 commit comments

Comments
 (0)