semantic-kernel
semantic-kernel copied to clipboard
Integrate cutting-edge LLM technology quickly and easily into your apps
**Describe the bug** When upgrading `Microsoft.SemanticKernel.Connectors.SqlServer` from version 1.66.0 to 1.67.0 or higher, code without any other modifications fails to do the following ```cs Embedding? embedding; embedding = await embeddingGenerator.GenerateAsync(searchQuery,...
# Add ADR-0065: LINQ-Based Filtering for ITextSearch Interface ## Summary This PR adds a comprehensive Architectural Decision Record (ADR) documenting the decision to migrate `ITextSearch` from clause-based filtering to LINQ-based...
When calling VectorCollection.Get() with multiple keys, on at least some of our providers the returned order is non-deterministic; for example, SQL Server does not have an ORDER BY in the...
.Net: feat: Modernize samples and documentation for ITextSearch<TRecord> interface (microsoft#10456)
# Modernize samples and documentation for ITextSearch interface ## Problem Statement The existing GettingStartedWithTextSearch samples only demonstrate the legacy ITextSearch interface with clause-based filtering. With the introduction of generic ITextSearch...
### Motivation and Context While using SK with Google connector as I have found some major short comings in the features I needed, I could have moved to a different...
issue: https://github.com/microsoft/semantic-kernel/issues/13234 ## Summary - honor FunctionChoiceBehavior filters when retrieving kernel function metadata ### Contribution Checklist - [x] The code builds clean without any errors or warnings - [x] The...
# Modernize TavilyTextSearch and BraveTextSearch connectors with ITextSearch interface ## Problem Statement The TavilyTextSearch and BraveTextSearch connectors currently implement only the legacy ITextSearch interface, forcing users to use clause-based TextSearchFilter...
I am trying SK for the first time and as Gemini is free, so I am trying gemini models. Below is the code that I am trying. ```csharp using System.ComponentModel;...
### Discussed in https://github.com/microsoft/semantic-kernel/discussions/12884 Originally posted by **smokhasi** August 8, 2025 I would like to the pass the tool call error message back to the LLM so that the LLM...