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

Fix for mongo Atlas vector index referencing fields that do not exist #762

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

walexee
Copy link
Contributor

@walexee walexee commented Aug 30, 2024

Motivation and Context (Why the change? What's the scenario?)

Vector indexes are not created correctly when CamelCaseElementNameConvention is added for MongoDB

High level description (Approach, Design)

This fix first checks if CamelCaseElementNameConvention is added. If it's added, the target fields for the index are converted to all lowercase. If not, the fields are left as pascal casing.

@walexee walexee requested a review from dluc as a code owner August 30, 2024 23:04
@walexee walexee changed the title Fix758 Fix for mongo Atlas vector index referencing fields that do not exist Aug 31, 2024
@walexee
Copy link
Contributor Author

walexee commented Sep 3, 2024 via email

Copy link
Contributor

@alkampfergit alkampfergit left a comment

Choose a reason for hiding this comment

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

Seems good.

@dluc dluc merged commit 94cfd15 into microsoft:main Sep 5, 2024
6 checks passed
@walexee walexee deleted the fix758 branch September 5, 2024 18:09
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