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
32 stars 52 forks source link

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

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 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.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 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 4 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.