Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
656 stars 327 forks source link

build: bump semantic-kernel from 0.9.8b1 to 1.0.0rc1 #951

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps semantic-kernel from 0.9.8b1 to 1.0.0rc1.

Release notes

Sourced from semantic-kernel's releases.

python-1.0.0rc1

Notable Changes

We are excited to announce the release of Semantic Kernel version 1.0.0rc1! This release includes several new features and improvements to enhance the development experience.

Filters

We have introduced a powerful new feature: filters. These filters enable developers to hook into pre- and post-function hooks, providing greater control and flexibility over the function execution process.

  • Pre-function Hooks: Allow you to define actions or checks that must be performed before a function executes.
  • Post-function Hooks: Enable actions or processes that should occur after the function has executed. With these filters, you can now easily add logging, validation, authentication, and other custom behaviors around your function calls, making your development process more efficient and modular.
  • You can find concept examples here.

What's Changed

Full Changelog: https://github.com/microsoft/semantic-kernel/compare/python-0.9.9b1...python-1.0.0rc1

dotnet-1.0.0-beta8

Breaking Changes:

  • 3dff0a3a84b64a197fc2724569f4f33e38ae0647 .Net: Add serialisation and deserialisation of ChatHistory (#3517)

Changes:

  • ace7a70a91524816a1d8edda0d025bfd4db5dc96 .Net: Version 1.0.0-beta8 (#3534)
  • a585005d7a7daa4c2800cac8c39eef9b293f0c4e .Net: New sample showing how to use an enum with OpenAI function calling (#3532)
  • 54254fde1cd4710ef5747b439ae7536e063a86d9 Add support for OpenAPI responses and schema validation (#3450) [ #3129, #1978 ]
  • f5305c0cac842df6b44548038977010ba94fd0cf .Net: Remove unneeded InternalsVisibleTo in SK Abstractions project (#3533)
  • 31b5556c09647fee72b827e12300ccb2a0c528ff .Net Fix Issues and Function Call Example (#3527) [ #3492 ]
  • 97d8160c0d8cc35052f0477b9a58e7b0b723d333 .Net: Add IAssistant.GetThreadAsync (#3524)
  • 5440770adc9cb001e590eaab35e2f64ffbd293e3 .Net: Mark assistants assembly as experimental (#3525)
  • 5feec05f2b63af4210eaa3e92be7124c22f31fc2 .Net: Delete StringExtensions (#3504)
  • 3f0062f2811304465f79f19e69f525154549cdb4 .Net: Fix ApplicationInsights Example to use SpanId to correlate operations and activities (#3520)

This list of changes was auto generated.

dotnet-1.0.0-beta7

Breaking Changes:

  • 446480b7773811880c03d08b6ff1654a8399caed .Net: Refactor IAIServiceSelector to allow for additional parameters in future (#3447)
  • 5e5b4a487f8fadd0e4eb6039d3c9cd69bd854e1b .Net: Add support for arbitrary service attributes - Option #1 (#3415)

Changes:

  • 01fdb69511ec1f6aea2110716c851e758b65c87c .Net: Function Calling Stepwise Planner (#3434)
  • 43d1ee71838d98da9f4ec676263d653630e32f48 .Net release 1.0.0-beta7 (#3519)
  • 904f5920de38c427a27b7c765b6fa1edcd265f91 .Net: Fix nullable reference type warnings (#3510)
  • 47b879435d0ee318d1f431d83ca10301d7612045 .Net: Experimental Feature - Assistants API (#3446)
  • e721b85d25d3ffe12315a335658b47a89b547eba .Net: Handlebars Planner (#3428)
  • 88e89c7805a3c815c1751ca889014d1d1d14d260 .Net BugFix Adding Plugins.Memory to be correctly picked by code signing (#3497) [ #3382 ]

... (truncated)

Commits
  • 4998063 Python: Bump version to 1.0.0rc1. (#6321)
  • a894aeb Python: implement filters (#5681)
  • 3db321b .Net: Fix CI pipeline for Windows runner (#6304)
  • 1d042be .Net: Include streaming tool call information in model diagnostics (#6305)
  • 0c89e0b .Net: Fix MistralAI logging (#6315)
  • 51af5ee .Net: Summarization and translation evaluation examples with Filters (#6262)
  • dbe6aa2 .Net: Trace ChatHistory and PromptExecutionSettings in IChatCompletionService...
  • 729ea07 .Net: Some Mistral code cleanup from analyzers (#6308)
  • 6bed723 .Net: Ignore PromptExecutionSettings.IsFrozen for JSON serialization (#6307)
  • 1e6c49e .Net: Include request info in HttpOperationException (#6309)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 1 month ago

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL242767272% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
205 0 :zzz: 0 :x: 0 :fire: 14.709s :stopwatch: