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: Moving VectorStore DI extensions to core namespace. #7953

Conversation

westey-m
Copy link
Contributor

@westey-m westey-m commented Aug 7, 2024

Motivation and Context

The DI extensions for other connectors are in the Microsoft.SemanticKernel namespace, so moving the VectorStore ones as well.

Description

Moving the dependency injection framework extensions into the Microsoft.SemanticKernel namespace.

Contribution Checklist

@westey-m westey-m requested a review from a team as a code owner August 7, 2024 09:02
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel memory labels Aug 7, 2024
@github-actions github-actions bot changed the title Moving VectorStore DI extensions to core namespace. .Net: Moving VectorStore DI extensions to core namespace. Aug 7, 2024
Copy link
Member

@RogerBarreto RogerBarreto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit. As one of the changes I'm doing moving forward in the AI connectors is moving all the Extensions from the root to the Extensions folder.

@westey-m westey-m added this pull request to the merge queue Aug 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 7, 2024
@westey-m westey-m added this pull request to the merge queue Aug 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 7, 2024
@westey-m westey-m added this pull request to the merge queue Aug 7, 2024
Merged via the queue into microsoft:main with commit 8371e09 Aug 7, 2024
18 checks passed
@westey-m westey-m deleted the generic-vector-store-di-extensions-namespace branch August 7, 2024 11:34
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
…7953)

### Motivation and Context

The DI extensions for other connectors are in the
`Microsoft.SemanticKernel` namespace, so moving the VectorStore ones as
well.

### Description

Moving the dependency injection framework extensions into the
`Microsoft.SemanticKernel` namespace.

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] 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
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

4 participants