Dmytro Struk

Results 10 issues of 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...

PR: ready for review

### 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...

PR: ready for review
.NET

### 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...

PR: ready for review
.NET
kernel
samples
kernel.core

### 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...

.NET
documentation

Update access tokens in GitHub Actions and ensure other secrets are updated.

sk team issue
stale

### 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...

.NET
kernel.core
documentation

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...

.NET
sk team issue

### 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...

.NET
kernel
kernel.core

### 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`...

.NET
documentation

### 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...

.NET
kernel
kernel.core
memory