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: Reduce number of experimental flags used #5347

Conversation

markwallace-microsoft
Copy link
Member

@markwallace-microsoft markwallace-microsoft commented Mar 6, 2024

Motivation and Context

Reduce the burden on developers who want to use SK experimental features by reducing the number of SKEXP flags to the following list:

SKEXP​ Experimental Features Category​​
SKEXP0001 Semantic Kernel core
SKEXP0010 OpenAI and Azure OpenAI services
SKEXP0020 Memory abstractions
SKEXP0040 Function types
SKEXP0050 Out-of-the-box plugins
SKEXP0060 Planners
SKEXP0070 AI connectors
SKEXP0100 Advanced Semantic Kernel features

Description

Closes #5242

Contribution Checklist

@markwallace-microsoft markwallace-microsoft requested a review from a team as a code owner March 6, 2024 18:17
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel kernel.core documentation memory labels Mar 6, 2024
@github-actions github-actions bot changed the title Reduce number of experimental flags used .Net: Reduce number of experimental flags used Mar 6, 2024
@Krzysztof318
Copy link
Contributor

Krzysztof318 commented Mar 6, 2024

Connectors like ollama and gemini are classified to SKEXP0001 or to memory connectors?

dotnet/docs/EXPERIMENTS.md Outdated Show resolved Hide resolved
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Mar 11, 2024
Merged via the queue into microsoft:main with commit 4e8e522 Mar 11, 2024
18 checks passed
@markwallace-microsoft markwallace-microsoft deleted the users/markwallace/reduce_skexp_flags branch March 11, 2024 13:26
justindhillon pushed a commit to justindhillon/semantic-kernel that referenced this pull request Mar 11, 2024
### Motivation and Context

Reduce the burden on developers who want to use SK experimental features
by reducing the number of `SKEXP` flags to the following list:

| SKEXP​ | Experimental Features Category​​ |
|-------|--------------------------------|
| SKEXP0001 | Semantic Kernel core |
| SKEXP0010 | OpenAI and Azure OpenAI services |
| SKEXP0020 | Memory abstractions |
| SKEXP0040 | Function types |
| SKEXP0050 | Out-of-the-box plugins |
| SKEXP0060 | Planners |
| SKEXP0070 | AI connectors |
| SKEXP0100 | Advanced Semantic Kernel features |

### Description

Closes microsoft#5242 

### 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 😄

---------

Co-authored-by: Roger Barreto <19890735+RogerBarreto@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation kernel.core kernel Issues or pull requests impacting the core kernel memory .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.Net: Reduce number of experimental ids
5 participants