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: [MEVD] Implemented Delegating classes for vector store abstractions #11160

Conversation

dmytrostruk
Copy link
Member

Motivation and Context

Related: #10596

This PR contains Delegating classes for vector store abstractions that allows to implement decorators in easier way without a need for implementation of every method when inheriting the interface directly.

The implementation of Delegating class simply calls the methods of inner service.

Contribution Checklist

@dmytrostruk dmytrostruk self-assigned this Mar 24, 2025
@dmytrostruk dmytrostruk requested a review from a team as a code owner March 24, 2025 18:12
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Mar 24, 2025
@dmytrostruk
Copy link
Member Author

This will be added later.

@dmytrostruk dmytrostruk closed this Apr 1, 2025
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 .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants