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: Added implementation of MongoDB connector for new memory design #9330

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dmytrostruk
Copy link
Member

@dmytrostruk dmytrostruk commented Oct 18, 2024

Motivation and Context

Resolves: #6524

In this PR:

  • Implemented IVectorStore
  • Implemented IVectorizedSearch
  • Implemented IVectorStoreRecordCollection<TKey, TRecord>
  • MongoDB default record mapper
  • MongoDB generic data model mapper
  • Options classes
  • Extension methods for DI
  • Integration tests  
  • Unit tests

Contribution Checklist

@dmytrostruk dmytrostruk self-assigned this Oct 18, 2024
@dmytrostruk dmytrostruk requested a review from a team as a code owner October 18, 2024 19:24
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel memory labels Oct 18, 2024
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.

.Net: Update MongoDB Memory Connector to new Memory Design
2 participants