SciSharp / LLamaSharp

A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.
https://scisharp.github.io/LLamaSharp
MIT License
2.71k stars 350 forks source link

Add Microsoft.Extensions.AI support for IChatClient / IEmbeddingGenerator #964

Closed stephentoub closed 3 weeks ago

stephentoub commented 3 weeks ago

https://devblogs.microsoft.com/dotnet/introducing-microsoft-extensions-ai-preview/

martindevans commented 3 weeks ago

This looks good, thanks for the PR. The new Microsoft.Extensions.AI types look like they'll be really helpful as a foundation for us to build around in the future!