semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Integrate cutting-edge LLM technology quickly and easily into your apps

Results 1333 semantic-kernel issues
Sort by recently updated
recently updated
newest added

### Motivation and Context 1. Why is this change required? Today, there is no sample skill that tells whether a given sentence is a question or statement. 2. What problem...

PR: feedback to address
main

This is PR #43 as it was about to be merged, but without all the file conflicts

PR: feedback to address
main

### Motivation and Context To provide SK connector for Qdrant Vector database using memory architecture of kernel This pull request/PR review is to add the ability for the Semantic Kernel...

PR: feedback to address
PR: in progress

### Motivation and Context When working with HTTP REST API endpoints it’s very handy to keep all HTTP REST related/low-level code in so called “Service Client” classes that hide/wrap/encapsulate the...

PR: paused
main

### Motivation and Context This is an effort to abstract current OpenAI and AzureOpenAI implementations from the Core Kernel code base. 1. Why is this change required? This change increases...

PR: paused

### Motivation and Context ### Description ### Contribution Checklist - [x] The code builds clean without any errors or warnings - [ ] The PR follows SK Contribution Guidelines (https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)...

PR: feedback to address
main

I made a few tests, rewriting the sample skills for Brazilian Portuguese, but the results were not very good. I believe it might have an issue with the CoreSkills being...

question

In Sample 5, I moved the text about the planner just after the planner output, as it feels like a better fit. ### Contribution Checklist - [x] The code builds...

### Motivation and Context ### Description authenication -> authentication ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows...

PR: ready to merge

### Motivation and Context After test projects renaming one folder was merged incorrectly. This PR removes duplicate unit tests, which currently exist in two places. ### Description I noticed a...

PR: ready for review