john0isaac / rag-semantic-kernel-mongodb-vcore

A sample for implementing retrieval augmented generation using Azure Open AI to generate embeddings, Azure Cosmos DB for MongoDB vCore to perform vector search, and semantic kernel.
https://techcommunity.microsoft.com/t5/educator-developer-blog/build-rag-chat-application-using-azure-openai-and-cosmos-db-for/ba-p/4055852
MIT License
28 stars 44 forks source link

Bump the python-requirements group across 1 directory with 2 updates #22

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the python-requirements group with 2 updates in the / directory: quart and semantic-kernel.

Updates quart from 0.19.5 to 0.19.6

Changelog

Sourced from quart's changelog.

0.19.6 2024-05-19

  • Bugfix use ContentRange in the right way. See issue #331.
  • Bugfix hold a strong reference to background tasks.
  • Bugfix avoid ResourceWarning in DataBody.aiter.
Commits
  • 2fc6d4f Bump and release 0.19.6
  • f58d3c8 Switch to the new logos
  • f0f4e7c Bump actions/cache from 3.3.2 to 4.0.0
  • dda7951 Bump actions/upload-artifact from 3 to 4
  • 5b90120 Bump actions/download-artifact from 3 to 4
  • f57d5c6 Bump actions/setup-python from 4 to 5
  • e0e9cde Bump dessant/lock-threads from 4 to 5
  • 6a45284 avoid ResourceWarning in DataBody.__aiter__ (#302)
  • 425f685 Bugfix hold a strong reference to background tasks
  • 3508d9a Fix mypy issues
  • Additional commits viewable in compare view


Updates semantic-kernel from 0.9.6b1 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 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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 months ago

Superseded by #23.