-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
.Net: Create a connector for Azure MaaS #3992
Labels
ai connector
Anything related to AI connectors
Ignite
.NET
Issue or Pull requests regarding .NET code
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Comments
matthewbolanos
added
.NET
Issue or Pull requests regarding .NET code
and removed
triage
labels
Dec 5, 2023
github-actions
bot
changed the title
Create a connector for Microsoft Phi models
.Net: Create a connector for Microsoft Phi models
Dec 5, 2023
evchaki
added
the
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
label
Mar 12, 2024
matthewbolanos
changed the title
.Net: Create a connector for Microsoft Phi models
.Net: Create a connector for Azure MaaS
Jun 6, 2024
This was referenced Jun 7, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Jun 20, 2024
### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Related to: #6530, #3992 ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
I believe it would be beneficial to create a generic connector that would support not only the mentioned models, but also other models available on Azure. Such a connector would offer greater flexibility and extensibility, making it easier to integrate new models in the future without requiring major modifications. |
LudoCorporateShark
pushed a commit
to LudoCorporateShark/semantic-kernel
that referenced
this issue
Aug 25, 2024
### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Related to: microsoft#6530, microsoft#3992 ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
11 tasks
github-project-automation
bot
moved this from Sprint: In Review
to Sprint: Done
in Semantic Kernel
Sep 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ai connector
Anything related to AI connectors
Ignite
.NET
Issue or Pull requests regarding .NET code
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Create a connector that supports models provided by Azure MaaS. In particular...
The text was updated successfully, but these errors were encountered: