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: Adding Qdrant generic data model mapper. #8713

Merged

Conversation

westey-m
Copy link
Contributor

Motivation and Context

To allow use of the vector store abstractions without needing to define your own data type, we are adding a generic data type and mappers that can work with it.

Description

  • Separate field mapping functions into a separate class for Qdrant, so that it can be reused across mappers.
  • Adding a mapper for the generic data type for Qdrant
  • Adding some small improvements to Azure AI Search's mapper.

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 Sep 13, 2024
@github-actions github-actions bot changed the title Adding Qdrant generic data model mapper. .Net: Adding Qdrant generic data model mapper. Sep 13, 2024
@westey-m westey-m added this pull request to the merge queue Sep 17, 2024
Merged via the queue into microsoft:main with commit 703809e Sep 17, 2024
18 checks passed
@westey-m westey-m deleted the vector-store-generic-data-model-qdrant branch September 17, 2024 09:19
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.

4 participants