semantic-kernel
semantic-kernel copied to clipboard
Integrate cutting-edge LLM technology quickly and easily into your apps
Hi guys, I've improved the CosmosDB memory connector, before creating the PR I'm re-wrting the unit tests for memory connectors. ### Improves for CosmosDB connector: 1. Use serverside UDF for...
Love the work on reducing dependency requirements, that forced us to fork and recompile libraries ourselves and with this update we can revert back to using standard nugets. The problem...
I would like to have a Docker version of the semantic-kernel, in this way it can be integrated with other dockers to create complex solutions, i.e. mixing it with a...
Change **Microsoft.SemanticKernel** to be a metapackage that installs 2 packages: * Microsoft.SemanticKernel.Core: core code (previously named Microsoft.SemanticKernel) + abstractions * Microsoft.SemanticKernel.Connectors.AI.OpenAI: OpenAI clients, depending on Azure OpenAI SDK and Azure...
### 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...
NOTE: this is work in progress. There are some bugs I need to fix/cleanup (e.g. the plane creation always uses all registered functions), but I'd be eager to get some...
**Describe the bug** Attempt to download the `microsoft/semantic-kernel` repo using the "GitHub Repo Q&A Bot" sample app results in an error with the message: "Bad Request => Positive number required....
**Describe the bug** After star of WebApp - yarn start. Application returns in browser: Cannot read properties of undefined (reading 'title') TypeError: Cannot read properties of undefined (reading 'title') at...
The existing tokenizer implementation supports only GPT models. The [Microsoft.ML.Tokenizers](https://www.nuget.org/packages/Microsoft.ML.Tokenizers/0.21.0-preview.22621.2) package provides a [BPE](https://huggingface.co/course/chapter6/5) tokenizer implementation which can be used with GPT models. In addition though, you can also load...
--- name: Feature request about: Project samples --- It would be immensely helpful for the community if there were an example which used ML.net and an ONNX model. Such a...