Skip to content

Commit 1c80c4c

Browse files
Rearrange to place MEAI and VD upfront
1 parent 75f4e8d commit 1c80c4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ For more information, see [What's new in the SDK for .NET 9](sdk.md).
5555

5656
## AI Building Blocks and Fundamentals
5757

58+
### Microsoft.Extensions.AI & Microsoft.Extensions.VectorData
59+
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.
61+
5862
### Tokenizers
5963

6064
The 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.
@@ -90,10 +94,6 @@ Improvements in the latest release of System.Numerics.Tensors include:
9094
- Provides efficient interop with AI libraries (ML.NET, TorchSharp, ONNX Runtime) using zero copies where possible.
9195
- Enables easy and efficient data manipulation with indexing and slicing operations.
9296

93-
### Microsoft.Extensions.AI & Microsoft.Extensions.VectorData
94-
95-
.NET 9 introduces a unified layer of C# abstractions through Microsoft.Extensions.AI and Microsoft.Extensions.VectorData. These abstractions facilitate interaction with AI services, including small and large language models (SLMs and LLMs), embeddings, vector stores, and middleware.
96-
9797
## ML.NET
9898

9999
ML.NET is an open-source, cross-platform framework that enables integration of custom machine-learning models into .NET applications.

0 commit comments

Comments
 (0)