remove migrated .NET MEVD providers, add redirect READMEs#14193
remove migrated .NET MEVD providers, add redirect READMEs#14193adamsitnik with Copilot wants to merge 2 commits into
Conversation
adamsitnik
left a comment
There was a problem hiding this comment.
@copilot go over dotnet/Directory.Packages.props and remove the packages that we no longer need
| <Folder Name="/src/VectorData/"> | ||
| <File Path="src/VectorData/Directory.Build.props" /> | ||
| <Project Path="src/VectorData/AzureAISearch/AzureAISearch.csproj" /> | ||
| <Project Path="src/VectorData/Chroma/Chroma.csproj" /> |
There was a problem hiding this comment.
to other reviewers: please let me know if you want me to remove Chroma and Milvus as well. I just assumed that since we don't migrate it, we can keep it here
Done. Removed the following packages that are no longer referenced anywhere in the codebase:
Kept: Committed in 840c696's follow-up. |

Motivation and Context
All .NET MEVD vector store providers have been migrated to the CommunityToolkit/AI repository. This removes the now-redundant source code and tests from this repo and leaves discoverable redirects in their place.
Description
Removed source + tests for 12 providers (Chroma and Milvus kept unchanged):
Added
README.mdin each removed provider directory pointing to the new upstream location (or explaining Pinecone deprecation).Removed all associated test projects including the shared
VectorData.ConformanceTestsinfrastructure (no remaining consumers after provider removal).Updated
dotnet/MEVD.slnx— now contains only Chroma and Milvus.Contribution Checklist