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 semantic-kernel from 1.1.2 to 1.8.0 in the python-requirements group across 1 directory #36

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps the python-requirements group with 1 update in the / directory: semantic-kernel.

Updates semantic-kernel from 1.1.2 to 1.8.0

Release notes

Sourced from semantic-kernel's releases.

dotnet-1.8.0

Changes:

  • 0c40031eb917bbf46c9af97897051f45e4084986 .Net: Bump to version 1.8.0 (#5929)
  • b83c9bd88aee01583b38ad041558de22c998c06b .Net: Fixes HuggingFace text generation support (#5941) [ #5940 ]
  • bf5f91783ce822d39cea55d9cd4fbf3ecd7414b1 .Net: Add support for making open api operation metadata and extension metadata available at function invocation time (#5911)
  • 917b790b663d72b03aa607c134e5c23ad0e83433 .Net: Update sample to show how to use enum[] with function calling (#5928) [ #5451 ]
  • 41651ff2bef1d97f9ac5ffa37a68123418814588 .Net: ADR for function call content model classes (#5696)
  • c8ce2492acd0df0ba1d0bb0368645bc9f5e2a8e1 .Net: Function call content types (#5800)
  • c72080d7da6baa539eab515fc065730d87d191e2 .Net - Introducing AgentGroupChat (Step #2) (#5725)
  • 76348d19a32b2bbd2d640dc0fefb0918e718b295 .Net: Deleting Planners.Core source which contained pre-V1 planners. (#5875)
  • 67233e5f520664039cae1367ebf4741b23b8197f .Net: Fix KustoMemoryStore reading Timestamp column data type (#5600)
  • d6378f796bcd08f74a6a22810f22b421c19db0c9 .Net: Fix ignoring non-default search index name (#5843) [ #4213 ]
  • 9d0f6318133d59a658ba4859f417c6d2c518927e .Net: During OpenAPI import use payload parameter if specified (#5874) [ #5870 ]
  • beef63c41d68c795112c72d04109de089f670f2e .Net Enable Usage of Custom Compatible Chat Message API Endpoints with OpenAI Connector + Examples (#4753)
  • e416946567c39f7c8b867d517a218f226f978d39 .Net Hugging Face TGI Chat Completion Message API Support (#5785) [ #5403 ]
  • a27a46dc4af47b33df933126e1d5938e919af04c .Net Google Connector - Enable Strong Name Signing (#5868)
  • 71c16e159b364d22c6d8c7d7957abb17bc44b4a9 .Net: Update more code with C# 11/12 features (#5852)
  • 62cc40d063708befd0a6a8062676bfd12c6ca65b .Net - Fix Experimental Agent Type Handling for Tool Calling (#5847)
  • 1626f7aee0b50356703a8ca9cac0c95c2357d34b .Net: Extend plugins sample to demonstrate the use of enums (#5850)
  • 2e3d8cfbd11809842fc14fe7580a15e31417734a .Net: Fix a few straggler warnings from recently updated analyzers (#5838)
  • 2e54c7007c0602491aaa595b983d44f460caba39 community office hours (#5840)
  • 8d0662e80d0a26c51f38162ea3c7b27f037d0d8b .Net: Use C# 11/12 features throughout repo (#4387)
  • cbbaa59e0a926a69652e9331696b51b8fe062aee .Net - Agents IReadonlyList instead of IEnumerable (Step #ANY) (#5832)
  • ebd21fa0c49a8d8b036a889cb6e0d1e291249e59 .Net - Voilà: Agent Framework (#5705)
  • e74c7422f53f2ce35f4db2c742c60300975ac331 .Net: Fix handling of generic return types in CreateFromMethod (#5821)
  • f2e52bd87b2a256364e0ed3604ea06e79f5fc466 .Net: Upgrade projects from net6.0 to net8.0 and adjust LangVersion to 12 (#5819)
  • ead5b63b1c57267679abbd02c3b67ef6af3c0203 .Net: Add new kernel syntax sample which shows function calling planner with RAG (#5817) [ #4679 ]
  • 71221a6d9311c856c8aa3cf9d6d54b75f4f3d24c .Net: Focus CI on .NET 8 SDK (#5802)
  • de20abe06f13433f2278664f7063899f75b10568 .Net: Bump Handlebars.Net.Helpers from 2.4.1.4 to 2.4.1.5 in /dotnet (#5807) [ #88 ]
  • 15004f469a2540884513a3c7886c3f52c24d6563 .Net: Bump DuckDB.NET.Data.Full from 0.10.1 to 0.10.1.2 in /dotnet (#5808)
  • 9481b2a53e043cc6d483dfaaf7d160d815afe37d .Net: Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 in /dotnet (#5810) [ xunit/xunit#1655, #399, xunit/xunit#1651 ]
  • 0a9e74a3c62aba1115bdf39c22dba669d21e7839 .Net: Remove JsonSchema.Net dependency from Microsoft.SemanticKernel.Abstractions/Core (#5635)

This list of changes was auto generated.

python-1.8.0

Changes:

  • 3a79305eb57b7a6511e3f4a32af2e5864fff33b0 Python: Bump Python version to 1.8.0 for a release. (#8334)
  • 3a5d6013cb483221584e6f8c563cf81a655b35b4 Python: Fix agent group chat bug related to function calling in ChatCompletionAgent (#8330)
  • 6680b2e356bd624c084906b1f0341b338f4fbee3 Python: Add metrics instrumentation (#8317)

dotnet-1.7.1

Changes:

... (truncated)

Commits
  • 0c40031 .Net: Bump to version 1.8.0 (#5929)
  • 299094a Python: drop support for python before 3.10 (#5947)
  • b83c9bd .Net: Fixes HuggingFace text generation support (#5941)
  • bf5f917 .Net: Add support for making open api operation metadata and extension metada...
  • 917b790 .Net: Update sample to show how to use enum[] with function calling (#5928)
  • 41651ff .Net: ADR for function call content model classes (#5696)
  • 40b2bba Python: fixing python readme (#5903)
  • c8ce249 .Net: Function call content types (#5800)
  • c72080d .Net - Introducing AgentGroupChat (Step #2) (#5725)
  • 26e6c06 Python: reduce the amount of complex classes in the serialization to xml (#5907)
  • 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 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 1 week ago

Superseded by #37.