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.0.5 to 1.1.1 in the python-requirements group #26

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Updates semantic-kernel from 1.0.5 to 1.1.1

Release notes

Sourced from semantic-kernel's releases.

python-1.1.1

Release Notes: Improved SDK Jupyter Notebook Getting Started Experience

We are happy to announce a refresh of our SDK Jupyter notebooks to enhance the getting started experience for our users. Below are the key updates and improvements:

Clearer Directions and Configuration

Enhanced Instructions

  • Getting Started: We have revamped the directions for getting started with our notebooks, providing clearer, step-by-step guidance.
  • Kernel Configuration: Each notebook now includes detailed instructions on configuring the kernel, ensuring users know which settings need to be configured based on the model they are using.

.env File Requirement

  • Environment Configuration: A .env file is now required for the notebooks and must be placed in the same directory as the getting started notebooks to ensure all necessary environment variables are set correctly.

These enhancements aim to provide a smoother onboarding experience, helping users get up and running with our SDK more efficiently.

We hope these updates improve your experience with our SDK Jupyter notebooks. Thank you for your continued support!

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/semantic-kernel/compare/python-1.1.0...python-1.1.1

dotnet-1.1.0

Changes:

  • bd7c94cbd76eebfe58f0fe081f03cfef8a34f92f .Net: Add missing CancellationToken to InvokePromptAsync. (#4573) (#4584)
  • 38dc3cb2a962685bd3566d8bc5c413d282d692d2 FAQ explaining how to access nightly builds (#3061)
  • 93bdce8714ba549331479b9ef39990ad567ff806 .Net: [Fix] .Net: FunctionCallingStepwisePlannerTests.DoesNotThrowWhenPluginFunctionThrowsNonCriticalExceptionAsync is failing (#4542) [ #4534 ]
  • ee544f34d93d8c767751b8bce4d117a655e83d5a .Net: Allow Add{Azure}OpenAI methods to resolve OpenAIClient from DI (#4555)
  • aed262438ebec47b09944bc86aa72ec7179ffa3f .Net: Add previous plan and error to retry the handdlebars planning. (#3973) [ #4144 ]
  • 293bfd9c2710579cdcb7f7e7a2c967ea72f7230c .Net: Bump Grpc.Net.Client from 2.59.0 to 2.60.0 in /dotnet (#4523) [ grpc/grpc-dotnet#2321, grpc/grpc-dotnet#2315, grpc/grpc-dotnet#2324, grpc/grpc-dotnet#2326, #2348, #2336, #2339, #2338, #2326, #2324, #2315, #2321, #2322 ]
  • 0772d0137e256d90a08c1fc6b568e7d1c09c365a .Net: Add missing XxFromFunctions members (#4549)
  • b7defcfa17c397e249e8f82fbcce787670b0d227 .Net: Bug fixes for Handlebars Prompt Template and Planner (#4528)
  • 019dc1a56b655fc9feeaef2dc7d8b4217e15d4aa .Net - Add support for agent tools: code-interpreter and retrieval tool (#4546)
  • abc900eba5bab99829acc6b12de7a6d1c8eba155 .Net: Fix to ensure OpenAIPromptExecutionSettings ChatSystemPrompt is not ignored (#4530) [ #4510 ]

... (truncated)

Commits
  • 65b7fd6 Python: Bump Python version to 1.1.1 for a release. (#6716)
  • 7d61c7c Python: Update notebooks to run with dotenv settings. (#6713)
  • 1cc6464 Python: Env sample (#6711)
  • 17a2e41 .Net - Agents: Support assistant tool content generation (#6627)
  • a9d361a Python: fix: Preserve class type in experimental_class decorator to avoid t...
  • bb1eb3a .Net: instead running two queries now a single query can do the same thing (#...
  • 7812017 .Net: Replaced text-davinci-003 with gpt-3.5-turbo-instruct (#6710)
  • 22e4360 Python: Bump pymilvus from 2.3.7 to 2.4.3 in /python (#6516)
  • ebae3a4 Python: Bump tornado from 6.4 to 6.4.1 in /python (#6591)
  • 7ce4176 Python: Bump chromadb from 0.4.24 to 0.5.0 in /python (#6659)
  • 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 2 months ago

Superseded by #27.