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 [4877] SK format the weaviate #5049

Merged
merged 6 commits into from
Apr 2, 2024
Merged

Conversation

masterminh219
Copy link
Contributor

@masterminh219 masterminh219 commented Feb 16, 2024

Motivation and Context

Resolves: #4877

Description

Contribution Checklist

@masterminh219 masterminh219 requested a review from a team as a code owner February 16, 2024 11:39
@shawncal shawncal added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel memory labels Feb 16, 2024
@github-actions github-actions bot changed the title .NET [4877] SK format the weaviate .Net [4877] SK format the weaviate Feb 16, 2024
@matthewbolanos
Copy link
Member

@dmytrostruk, could you review this to make sure this one line change is ok?

Copy link
Member

@dmytrostruk dmytrostruk left a comment

Choose a reason for hiding this comment

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

LGTM!

@dmytrostruk dmytrostruk added this pull request to the merge queue Apr 2, 2024
Merged via the queue into microsoft:main with commit 1b43bcc Apr 2, 2024
18 checks passed
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
To address the bug:
microsoft#4877
  3. What problem does it solve?
The vector to format does not really work with different cultures. Hence
Weaviate services will reject this request and return the error
  5. What scenario does it contribute to?
  6. If it fixes an open issue, please link to the issue here.
Issue should be at:
microsoft#4877
-->
Issue should be at:
microsoft#4877
### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

---------

Co-authored-by: Mason Do <mdo@axon.com>
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
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
Archived in project
Development

Successfully merging this pull request may close these issues.

.Net: CreateGraphRequest doesn't work on all cultures
5 participants