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.2 in the python-requirements group across 1 directory #27

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Updates semantic-kernel from 1.0.5 to 1.1.2

Release notes

Sourced from semantic-kernel's releases.

python-1.1.2

What's Changed

New Features

Python Package Updates

Enhancements and Fixes

Bug Fixes and Improvements

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

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

... (truncated)

Commits
  • 8fc645d Python: Bump Python version to 1.1.2 for a release. (#6931)
  • 616d6a9 .Net: Deprecate OpenAI plugins (#6907)
  • f3269f7 .Net: Split redis and qdrant memory connector unit test projects from main un...
  • 25bda64 .Net: Native functions with yaml file (#6650)
  • 2af512f .Net: Python: Update multiple-results when streaming at a getting-started not...
  • 9078be5 .Net Fix - OpenAIFilePurpose definitions and handling for OpenAIFileService (...
  • f33d015 .Net: Added README to FunctionInvocationApproval demo app (#6901)
  • ab56f13 .Net: Fix for HuggingFaceChatCompletionService incorrect modification of mode...
  • e474fec ADR for Model-as-a-Service (#6693)
  • 148e8de Python: Updates to user agent. Add unit tests. (#6824)
  • 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
john0isaac commented 2 months ago

@dependabot recreate