Skip to content

Fix incorrect attribute causing the Qdrant connector to break#1313

Merged
adrianwyatt merged 5 commits intomicrosoft:mainfrom
craigomatic:fix-json-number-handling
Jun 2, 2023
Merged

Fix incorrect attribute causing the Qdrant connector to break#1313
adrianwyatt merged 5 commits intomicrosoft:mainfrom
craigomatic:fix-json-number-handling

Conversation

@craigomatic
Copy link
Contributor

Motivation and Context

This PR fixes a regression introduced in #1075 and includes unit tests to correctly validate that both string and integer property ids are supported.

Description

The changes are based on the code suggested by AwesomeYuer over in #794 - the JsonNumberHandling attribute behaved in an unexpected way and was removed.

Contribution Checklist

…h string and integer. Add unit tests covering both cases
@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Jun 2, 2023
@craigomatic craigomatic added PR: ready for review All feedback addressed, ready for reviews memory connector .NET Issue or Pull requests regarding .NET code and removed .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Jun 2, 2023
@github-actions github-actions bot added the kernel Issues or pull requests impacting the core kernel label Jun 2, 2023
@dmytrostruk dmytrostruk added the PR: ready to merge PR has been approved by all reviewers, and is ready to merge. label Jun 2, 2023
@adrianwyatt adrianwyatt merged commit f5be383 into microsoft:main Jun 2, 2023
salmon131 pushed a commit to salmon131/semantic-kernel that referenced this pull request Jun 3, 2023
…oft#1313)

### Motivation and Context
This PR fixes a regression introduced in microsoft#1075 and includes unit tests
to correctly validate that both string and integer property ids are
supported.

### Description
The changes are based on the code suggested by AwesomeYuer over in microsoft#794
- the JsonNumberHandling attribute behaved in an unexpected way and was
removed.
@craigomatic craigomatic deleted the fix-json-number-handling branch June 15, 2023 23:26
shawncal pushed a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
…oft#1313)

### Motivation and Context
This PR fixes a regression introduced in microsoft#1075 and includes unit tests
to correctly validate that both string and integer property ids are
supported.

### Description
The changes are based on the code suggested by AwesomeYuer over in microsoft#794
- the JsonNumberHandling attribute behaved in an unexpected way and was
removed.
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 connector .NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews PR: ready to merge PR has been approved by all reviewers, and is ready to merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants