Skip to content

.Net: Remove IMemoryStore and references to SK from MEVD #11811

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

roji
Copy link
Member

@roji roji commented Apr 29, 2025

This removes the IMemoryStore implementations - and all supporting code - from all MEVD connectors. It also removes the reference to Microsoft.SemanticKernel.Core from the MEVD connectors.

Note that this doesn't remove IMemoryStore itself, and non-MEVD connectors (e.g. Chroma, Milvus) are untouched.

Closes #10855

@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel memory labels Apr 29, 2025
@github-actions github-actions bot changed the title Remove IMemoryStore and references to SK from MEVD .Net: Remove IMemoryStore and references to SK from MEVD Apr 29, 2025
@@ -1,5 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.

#if DISABLED
Copy link
Member Author

Choose a reason for hiding this comment

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

@westey-m I've converted some other samples which show how to connect via MEVD to an IMemoryStore-created collection, but this one is slightly different since it shows an actual data migration... We should decide what we want to do with it (but can probably do it later?).

@roji roji marked this pull request as ready for review April 30, 2025 07:21
@roji roji requested a review from a team as a code owner April 30, 2025 07:21
Copy link
Member

@markwallace-microsoft markwallace-microsoft left a comment

Choose a reason for hiding this comment

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

Planning to talk to Shawn about this and the comms plan. Can we hold merging until this is worked out. Thanks.

@roji roji merged commit dccbba7 into microsoft:feature-vector-data-preb3 Apr 30, 2025
11 checks passed
@roji roji deleted the RemoveObsolete branch April 30, 2025 20:37
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.

2 participants