Dmytro Struk
Dmytro Struk
### 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...
### Motivation and Context [HuggingFace](https://huggingface.co/) is a platform with over 120k different models, so we need to provide a way to use these models with Semantic Kernel. While users can...
### Motivation and Context **NOTE**: This PR contains breaking changes, that are applied to SK C# version only, Python version is not included. Currently, _config.json_ is coupled to completion settings...
### Motivation and Context This example demonstrates how to perform quality check on LLM results for such tasks as text summarization and translation with Semantic Kernel Filters. Metrics used in...
Update access tokens in GitHub Actions and ensure other secrets are updated.
### Motivation and Context Resolves: https://github.com/microsoft/semantic-kernel/issues/5409 1. Removed experimental flags on `FunctionInvocationFilter` and `PromptRenderFilter`. 2. Updated documentation. ### Contribution Checklist - [x] The code builds clean without any errors or...
1. What defines an exception as critical? 2. Do we need to use `IsCriticalException` all over the codebase, in some specific places only or remove it completely? 2.1. If all...
### Motivation and Context This PR contains changes to add `CancellationToken` to existing filter context types in order to be able to monitor cancellation inside filters and pass original cancellation...
### Motivation and Context Resolves: https://github.com/microsoft/semantic-kernel/issues/6745 This PR contains example which shows how to implement plan generation and execution with Auto Function Calling and enable telemetry, filters and caching. `ChatHistory`...
### Motivation and Context Related: https://github.com/microsoft/semantic-kernel/issues/6522 In this PR: - Implemented `IVectorStore` - Implemented `IVectorStoreRecordCollection` - Azure CosmosDB for MongoDB default record mapper - `Options` classes - Extension methods for...