Roadmap for Extensions.AI #6635
flintlouis
started this conversation in
General
Replies: 1 comment
-
The intent with Microsoft.Extensions.AI was never to have dotnet/extensions be the source of all implementations. Rather, it's providing the exchange types, with the goal of every client library that provides a client for an AI service then also implementing these abstractions. So, for example, the AWS SDK includes an IChatClient and IEmbeddingGenerator for Bedrock Runtime. The Anthropic.SDK nuget package includes an IChatClient. The ONNX Runtime GenAI nuget package includes an IChatClient. OllamaSharp includes an IChatClient. The Azure.AI.Agents.Persistent nuget package includes an IChatClient. Etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a roadmap for Microsoft.Extensions.AI somewhere?
For example which other AI providers will be added to IChatClient besides Ollama, OpenAI and AzureOpenAI?
Beta Was this translation helpful? Give feedback.
All reactions