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

.Net: Create a connector for Azure MaaS #3992

Closed
matthewbolanos opened this issue Dec 5, 2023 · 1 comment · Fixed by #7963
Closed

.Net: Create a connector for Azure MaaS #3992

matthewbolanos opened this issue Dec 5, 2023 · 1 comment · Fixed by #7963
Assignees
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
Copy link
Member

matthewbolanos commented Dec 5, 2023

Create a connector that supports models provided by Azure MaaS. In particular...

  • Microsoft Phi 3
  • Microsoft Phi 2
  • Microsoft Ph 1.5
  • Llama3
  • Llama2
@matthewbolanos matthewbolanos converted this from a draft issue Dec 5, 2023
@shawncal shawncal added the triage label Dec 5, 2023
@matthewbolanos matthewbolanos added .NET Issue or Pull requests regarding .NET code and removed triage labels Dec 5, 2023
@github-actions github-actions bot changed the title Create a connector for Microsoft Phi models .Net: Create a connector for Microsoft Phi models Dec 5, 2023
@matthewbolanos matthewbolanos added the ai connector Anything related to AI connectors label Jan 2, 2024
@matthewbolanos matthewbolanos moved this to Backlog in Semantic Kernel Jan 5, 2024
@evchaki 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 matthewbolanos changed the title .Net: Create a connector for Microsoft Phi models .Net: Create a connector for Azure MaaS Jun 6, 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 😄
@ElieTaillard
Copy link

ElieTaillard commented Jun 25, 2024

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 😄
@RogerBarreto RogerBarreto moved this from Backlog to Sprint: In Review in Semantic Kernel Sep 9, 2024
github-merge-queue bot pushed a commit that referenced this issue Sep 10, 2024
# Motivation and Context

This PR brings support for Azure AI Studio Model Catalogs also deployed
thru GitHub Models, this Connector uses the `Azure AI Inference SDK`
library client.

Closes #3992 
Closes #7958
@github-project-automation 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)
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

6 participants