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 1.0.0rc1 to 1.0.2 #985

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps semantic-kernel from 1.0.0rc1 to 1.0.2.

Release notes

Sourced from semantic-kernel's releases.

python-1.0.2

This release contains various bug fixes and improvements.

What's Changed

Full Changelog: https://github.com/microsoft/semantic-kernel/compare/python-1.0.1...python-1.0.2

dotnet-1.0.1

Changes:

  • e560c3c05b7ca8a9c5b06a08e0363976bbe6cd6a .Net: Upgrade to v1.0.1 (#4311)
  • 95a621acfdb8694bb2e077301e6246f3a91e34a7 .Net: BugFix Serializing and Deserializing ChatHistory with ToolCalling details Update OpenAI Connector to use FunctionToolCallsProperty and add ChatHistoryTests (#4358) [ #4336 ]
  • 48a62235ec1ddfadd3f92150180125d5eb3d40a6 .Net: [Handlebars] Complex Type Support for OpenAPI plugins (#4343)
  • 783908e74fcdcb65a39e943b333aa975ec11d59a .Net: Decoupling form OpenApi (#4356)
  • af64b027c48bf4181bf80245a3c026dda1110d44 .Net: Removed Connectors.OpenAI dependency from PromptTemplates.Handlebars project (#4355)
  • d0bfeb226ab30aeabee96a486fde55f5b2e59afb .Net: Fixing issue that causes a stack overflow in handlebars planner. (#4344)
  • 06c6315bfa32401287bedadb230acbab084cf41a .Net: Fix a few issues found via compiler warnings (#4332)
  • 3bb9630dd4281a8778d54ed050e432a6bc287ab2 .Net: Small fixes for examples (#4354)
  • 3eaa507d7977ff6eec71197f66aee56b2e289147 .Net InputVariable.Default type is changed from string to object? (#4345)
  • 7bf8e8e4f56d91d952369b14904cbe3f8374df23 .Net: Update to Azure.AI.OpenAI beta 12 (#4329) [ #4336 ]
  • f5b3f50130ed7775736e961cf9116f39513d53de .Net Packages Updates, Warning Fixes, Small improvements + Azure AI Search Update (to support latest GA package) (#4320)
  • ac558922fac61f4008b3eb321bbcd6e87075a086 .Net: Clean up some prompt-related APIs (#4323)
  • 7ec99147c8af435de3b836e2ce2caa53f68cdd2f .Net: Propagate metadata to StreamingMethodContent (#4337)
  • 4c982382f174783a715019e35ae90e2093efdb35 .Net: Add OpenAI tools integration test for streaming / multiple function calls (#4330)
  • 11fdda4bda07806ea3769d0cb8cfce88047fd4fb .Net: Enable KernelFunctionFromMethod streaming passthrough (#4346)
  • ec4c7398f1d747a2f82c6a93753eb99e692ee021 .Net: Update memory connector READMEs (#4317)
  • 15969347afbc679c555a7a8396a50f73ba593eef .Net: Log complex objects as Jsons (#4247)
  • 0ef7cf4136a5f08f0bc190900616d17f5d9d20ba .Net Better repeatability for Agent KernelExample #72 (Example72_AgentCollaboration) (#4314)
  • 65e20a67f452fad3232eb90c6fb9fc5aef85cd66 .Net: planner tests openai (#4318)
  • fb9a43ea0af4417bbee9d64766b89ee6c5c14c98 .Net: Polishing KernelSyntaxExample comments (#4285)
  • 70eddb5a01c66c6149a4103cf397357f2ecdcc23 .Net: Integration tests for OpenAI Tools (#4309)
  • b52c40d9245f2455a2c414c49cf70b671f33b48b .Net: Add generic Prompt APIs Helpers (#4312) [ #4310 ]
  • 520b747fdccc26388913888e02af17df59c0462e .Net: Assitant to agent (#4291)
  • 20b5b8a54ebeaac2e9caf03504e1a3dbed481d9d .Net: Public API improvements (#4306)
  • 08e2e033c5c6c7f4490fcc311bc4730288d88c69 .Net: Add CancellationToken parameters to to a few methods (#4298)
  • 51b6cee98b026379e6746e26cb8388ebd30b1d21 .Net: Add getting started sample showing how to observe the Kernel (#4305)
  • d07d0997447a273aefcf7bd9cb9fe25468ded353 .Net: Overhaul how JSON Schema is handled (#4256)
  • b619e84bb6cc5d422e8453a0e33e75e562707bcc .Net: Fix a bunch of function calling issues (#4258)
  • 1b5aaede8c60d19e32d0794c5127b91ef14f0b5a .Net: Quick fix for Azure DallE2 + 3 (#3932)
  • f98a57c5d2424339db2659a70619c40fc3dcc7eb .Net Bugbash Fixes Issues 3788 + 3817 (#4288) [ #3788, #3817 ]
  • 762a2d0c26c5f80b75f4236ac9137d59ae3e4c7b .Net: Example 58 - remove chatModelId requirement (#4287) [ #4277 ]
  • f7239b22c23927f2dc9ab595e4bbda6a6db7874f .Net: Small fixes and improvements (#4284)

... (truncated)

Commits


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
TOTAL250256177% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
278 0 :zzz: 0 :x: 0 :fire: 38.442s :stopwatch:
github-actions[bot] commented 1 month ago

:tada: This PR is included in version 1.4.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: