Skip to content

.Net: MEVD Feature Branch 3 #11831

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 72 commits into from
May 19, 2025
Merged

.Net: MEVD Feature Branch 3 #11831

merged 72 commits into from
May 19, 2025

Conversation

westey-m
Copy link
Contributor

@westey-m westey-m commented May 1, 2025

Motivation and Context

Feature branch PR containing all MEVD contributions

Description

Contribution Checklist

@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel memory labels May 1, 2025
@github-actions github-actions bot changed the title MEVD Feature Branch 3 .Net: MEVD Feature Branch 3 May 1, 2025
@roji roji temporarily deployed to integration May 1, 2025 08:51 — with GitHub Actions Inactive
@roji roji temporarily deployed to integration May 1, 2025 09:08 — with GitHub Actions Inactive
@roji roji temporarily deployed to integration May 1, 2025 10:45 — with GitHub Actions Inactive
@roji roji temporarily deployed to integration May 1, 2025 12:15 — with GitHub Actions Inactive
### Motivation and Context

#11512
#11552

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### 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 😄
@roji roji temporarily deployed to integration May 2, 2025 10:51 — with GitHub Actions Inactive
roji and others added 9 commits May 2, 2025 13:54
Following #11832, this shortens the names of provider implementation
types as discussed in API review (e.g.
AzureCosmosDBMongoDBVectorStoreRecordCollection ->
CosmosMongoCollection)

* For Cosmos, I've left CosmosMongo vs. CosmosNoSql (note lower-case Sql
rather than the previous SQL) to disambiguate, as discussed in API
review.
* We could also shorten PostgresVectorStore to PostgresStore (similar to
how we have PostgresCollection now). For now I'm leaving
PostgresVectorStore - we can discuss.
* No namespaces/nuget package names are touched - I'll do this in a
later PR.

Closes #11230
* Constrain TRecord to class
* Rename search interfaces
    * IVectorSearch -> IVectorSearchable
    * IKeywordHybridSearch -> IKeywordHybridSearchable
* Rename option bag types 
    * GetRecordOptions -> RecordRetrievalOptions
    * GetFilteredRecordOptions -> FilteredRecordRetrievalOptions
    * VectorSearchOptions -> RecordSearchOptions
* Make collection option types non-generic
* Make record definition property types mutable
* Rename ConnectorSupport -> ProviderServices
* Merge VectorStoreOperationException into VectorStoreException

Closes #11880
Closes #10879
…mentations (#11883)

Note that covariant return types are only supported in C# 9.0 and later,
so there's `#if`s in place for .NET Framework.

Closes #11759
This removes all MEVD obsolete APIs except for the legacy filters, which
are still required by SK's ITextSearch; this is tracked by #10456.

Closes #10809
we no longer provide a public PineconeClient type, so there is no need
to use fully qualified name when using the official Pincone types
@westey-m westey-m marked this pull request as ready for review May 19, 2025 14:16
@westey-m westey-m requested a review from a team as a code owner May 19, 2025 14:16
Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

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

:shipit:

@westey-m westey-m enabled auto-merge May 19, 2025 14:31
@westey-m westey-m added this pull request to the merge queue May 19, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 19, 2025
@westey-m westey-m enabled auto-merge May 19, 2025 15:12
@westey-m westey-m added this pull request to the merge queue May 19, 2025
Merged via the queue into main with commit d72182f May 19, 2025
19 checks passed
@westey-m westey-m deleted the feature-vector-data-preb3 branch May 19, 2025 15:37
@westey-m westey-m restored the feature-vector-data-preb3 branch May 19, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 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.

5 participants