Shawn Callegari
Shawn Callegari
### Motivation and Context This sample continues in the spirit of prior samples in the samples/apps folder with a goal of teaching developers how the concepts of memory and embeddings...
### Motivation and Context Hosting SK Skills/Functions as Chat GPT Plugins. ### Description An Azure Functions REST server that hosts SK functions as HTTP Endpoints with annotations for ChatGPT Plugins....
### Motivation and Context When users install the "Microsoft.SemanticKernel" nuget package, it should have a fully working path without requiring them to seek additional nugets explicitly. ### Description Adds the...
### Description - The DocumentationFile paths were raising warnings because they were being set before the AssemblyName variable that they rely on. - The 'RepoRoot' variable can be set in...
### Motivation and Context It's recommended that .ConfigureAwait(false) be added to all awaits in SDK-style projects, to prevent deadlocks in calling apps. ### Description - This change re-enables the .editorconfig...
### Motivation and Context The current services registration is hard-coded to support only 4 interface types (ITextCompletion, ITextEmedding...). This is not going to be extensible in the long run, as...
### Description Filling out the attributes required to fully describe a skill and its functions for 2 applications: - Publishing SK Skills AI (ChatGPT) Plugins -- REST microservices, documented with...
### Description In an effort to slim down SemanticKernel.Core and standardize around the Connectors.AI packaging pattern, we're moving the Connectors.HuggingFace calls into their own Connectors.AI.HuggingFace nuget package, which will be...
### Motivation and Context Each of the SKFunction.Invoke calls have multiple ways of passing the same data. It's not clear that, if one way is specified, the other will be...
Setting the PackageVersion in Directory.Packages.props to fix warning called out in https://github.com/microsoft/semantic-kernel/issues/913 ### Contribution Checklist - [X] The code builds clean without any errors or warnings - [X] The PR...