semantic-kernel
semantic-kernel copied to clipboard
Integrate cutting-edge LLM technology quickly and easily into your apps
### 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...
This is PR #43 as it was about to be merged, but without all the file conflicts
### 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...
### 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...
### 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...
### 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)...
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...
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...
### 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...