Skip to content

remove migrated .NET MEVD providers, add redirect READMEs#14193

Open
adamsitnik with Copilot wants to merge 2 commits into
mainfrom
copilot/remove-dotnet-vectordata-providers
Open

remove migrated .NET MEVD providers, add redirect READMEs#14193
adamsitnik with Copilot wants to merge 2 commits into
mainfrom
copilot/remove-dotnet-vectordata-providers

Conversation

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

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):

  • AzureAISearch, CosmosMongoDB, CosmosNoSql, InMemory, PgVector, Qdrant, Redis, SqlServer, SqliteVec, Weaviate → moved to CommunityToolkit/AI/MEVD/src/
  • MongoDB → moved to mongodb/mongo-mevd-provider
  • Pinecone → removed; Pinecone archived their .NET SDK, no longer supported
  • Common → removed (was only shared by SqlServer/SqliteVec/PgVector, all gone)

Added README.md in each removed provider directory pointing to the new upstream location (or explaining Pinecone deprecation).

Removed all associated test projects including the shared VectorData.ConformanceTests infrastructure (no remaining consumers after provider removal).

Updated dotnet/MEVD.slnx — now contains only Chroma and Milvus.

Contribution Checklist

Copilot AI changed the title chore: remove migrated .NET MEVD providers and add redirect READMEs chore: remove migrated .NET MEVD providers, add redirect READMEs Jul 24, 2026
Copilot AI requested a review from adamsitnik July 24, 2026 18:03
@adamsitnik adamsitnik changed the title chore: remove migrated .NET MEVD providers, add redirect READMEs remove migrated .NET MEVD providers, add redirect READMEs Jul 24, 2026

@adamsitnik adamsitnik left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@copilot go over dotnet/Directory.Packages.props and remove the packages that we no longer need

Comment thread dotnet/MEVD.slnx
<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" />

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

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

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

@copilot go over dotnet/Directory.Packages.props and remove the packages that we no longer need

Done. Removed the following packages that are no longer referenced anywhere in the codebase:

  • Pinecone.Client
  • SQLitePCLRaw.lib.e_sqlite3
  • Azure.Search.Documents
  • MongoDB.Driver
  • Microsoft.Azure.Cosmos
  • Pgvector
  • sqlite-vec
  • NRedisStack
  • Microsoft.Data.Sqlite
  • Microsoft.Data.SqlClient
  • Qdrant.Client
  • Testcontainers (base)
  • Testcontainers.MsSql
  • Testcontainers.PostgreSql
  • Testcontainers.Qdrant
  • Testcontainers.Redis

Kept: Npgsql (used in IntegrationTests + Concepts), Testcontainers.MongoDB (IntegrationTests), Testcontainers.Milvus (IntegrationTests + Process tests), CommunityToolkit.VectorData.* (samples + tests), Microsoft.Data.Sqlite was also verified gone — only SqliteVec used it.

Committed in 840c696's follow-up.

Copilot AI requested a review from adamsitnik July 24, 2026 18:17
Copilot AI deployed to integration July 24, 2026 19:09 Active

@adamsitnik adamsitnik left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The Community Toolkit AI repo is now public, so the code can be removed.

The CI is green, the PR is ready for review:

Image

@adamsitnik
adamsitnik marked this pull request as ready for review July 24, 2026 19:33
@adamsitnik
adamsitnik requested a review from a team as a code owner July 24, 2026 19:33
Copilot AI review requested due to automatic review settings July 24, 2026 19:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

@adamsitnik
adamsitnik requested review from roji and westey-m July 24, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants