Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement .NET AI interfaces on Azure.AI.Inference's ChatCompletionsClient / EmbeddingsClient #48040

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stephentoub
Copy link
Contributor

This moves over the implementations currently in Microsoft.Extensions.AI.AzureAIInference. That package has been temporary; the intent is these Azure.AI.Inference types will be directly usable without requiring or starting with another package, and the implementations can be kept up-to-date with Azure.AI.Inference as it evolves. These implementations enable Azure.AI.Inference to be used by all clients that expect an IChatClient / IEmbeddingGenerator, plus with all middleware that works in terms of these interfaces, extending the reach and applicability of the library.

Recording.2025-01-31.130531.mp4

This moves over the implementations currently in Microsoft.Extensions.AI.AzureAIInference. That package has been temporary; the intent is these Azure.AI.Inference types will be directly usable without requiring or starting with another package, and the implementations can be kept up-to-date with Azure.AI.Inference as it evolves. These implementations enable Azure.AI.Inference to be used by all clients that expect an IChatClient / IEmbeddingGenerator, plus with all middleware that works in terms of these interfaces, extending the reach and applicability of the library.
@github-actions github-actions bot added AI Model Inference AI Projects Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Jan 31, 2025
Copy link

Thank you for your contribution @stephentoub! We will review the pull request and get back to you soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI Model Inference AI Projects Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant