Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 437 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 437 Bytes

ML.NET reference implementation of Microsoft.Extensions.AI IEmbeddingGenerator

Open in GitHub Codespaces

Prerequisites

  • .NET 8 SDK or greater
  • VS or VS Code

Run sample

VS

  1. Set MLNETEmbeddingGenerator as the startup project
  2. Press F5

VS Code

  1. Open the terminal
  2. Enter dotnet run