From 2d1d92cb7ffdac1baea9237c60d7c74f6bcc8478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Liberoff=20V=C3=A1zquez?= Date: Tue, 27 Feb 2024 20:27:31 +0100 Subject: [PATCH] Updated dependencies: - Updated `Azure.Core` from `1.37.0` to `1.38.0`. - Updated `Microsoft.Bot.Builder.Azure` from `4.22.1` to `4.22.2`. - Updated `Microsoft.Bot.Builder.Azure.Blobs` from `4.22.1` to `4.22.2`. - Updated `Microsoft.Bot.Builder.Dialogs` from `4.22.1` to `4.22.2`. - Updated `Microsoft.Bot.Builder.Integration.ApplicationInsights.Core` from `4.22.1` to `4.22.2`. - Updated `MMicrosoft.Bot.Builder.Integration.AspNet.Core` from `4.22.1` to `4.22.2`. - Updated `Microsoft.SemanticKernel.Abstractions` from `1.4.0` to `1.5.0`. - Updated `Microsoft.SemanticKernel.Connectors.AzureAISearch` from `1.4.0-alpha` to `1.5.0-alpha`. This does fix the [Issue 72](https://github.com/Encamina/enmarcha/issues/72). - Updated `Microsoft.SemanticKernel.Connectors.OpenAI` from `1.4.0` to `1.5.0`. - Updated `Microsoft.SemanticKernel.Connectors.Qdrant` from `1.4.0-alpha` to `1.5.0-alpha`. - Updated `Microsoft.SemanticKernel.Core` from `1.4.0` to `1.5.0`. - Updated `Microsoft.SemanticKernel.Plugins.Document` from `1.4.0-alpha` to `1.5.0-alpha`. - Updated `Microsoft.SemanticKernel.Plugins.Memory` from `1.4.0-alpha` to `1.5.0-alpha`. - Updated `SharpToken` from `1.2.15` to `1.2.17`. - Updated `coverlet.collector` from `6.0.0` to `6.0.1`. - Updated `xunit` from `2.6.6` to `2.7.0`. - Updated `xunit.analyzers` from `1.10.0` to `1.11.0`. - Updated `xunit.extensibility.core` from `2.6.6` to `2.7.0`. - Updated `xunit.runner.visualstudio` from `2.5.6` to `2.5.7`. --- CHANGELOG.md | 22 +++++++++++++++++++ Directory.Build.props | 3 ++- ...es.SemanticKernel.QuestionAnswering.csproj | 2 +- ...Enmarcha.AI.IntentsPrediction.Azure.csproj | 4 ++-- .../Encamina.Enmarcha.Bot.Abstractions.csproj | 4 ++-- .../Encamina.Enmarcha.Bot.csproj | 10 ++++----- ...nmarcha.SemanticKernel.Abstractions.csproj | 6 ++--- ....SemanticKernel.Connectors.Document.csproj | 2 +- ...ha.SemanticKernel.Connectors.Memory.csproj | 4 ++-- ...nmarcha.SemanticKernel.Plugins.Chat.csproj | 2 +- ...archa.SemanticKernel.Plugins.Memory.csproj | 2 +- ...ticKernel.Plugins.QuestionAnswering.csproj | 2 +- tst/Directory.Build.targets | 10 ++++----- 13 files changed, 48 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b24e35..6e3a297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,28 @@ Previous classification is not required if changes are simple or all belong to t ### Breaking Changes In the `QuestionAnsweringFromMemoryQuery` function of the `QuestionAnsweringPlugin`, null is no longer returned when there are no relevant memory results. Instead, the execution flow continues, prompting a message with an empty context information, ultimately resulting in a response such as "I don't know" or a similar message. +### Major Changes +- Updated dependencies: + - Updated `Azure.Core` from `1.37.0` to `1.38.0`. + - Updated `Microsoft.Bot.Builder.Azure` from `4.22.1` to `4.22.2`. + - Updated `Microsoft.Bot.Builder.Azure.Blobs` from `4.22.1` to `4.22.2`. + - Updated `Microsoft.Bot.Builder.Dialogs` from `4.22.1` to `4.22.2`. + - Updated `Microsoft.Bot.Builder.Integration.ApplicationInsights.Core` from `4.22.1` to `4.22.2`. + - Updated `MMicrosoft.Bot.Builder.Integration.AspNet.Core` from `4.22.1` to `4.22.2`. + - Updated `Microsoft.SemanticKernel.Abstractions` from `1.4.0` to `1.5.0`. + - Updated `Microsoft.SemanticKernel.Connectors.AzureAISearch` from `1.4.0-alpha` to `1.5.0-alpha`. This does fix the [Issue 72](https://github.com/Encamina/enmarcha/issues/72). + - Updated `Microsoft.SemanticKernel.Connectors.OpenAI` from `1.4.0` to `1.5.0`. + - Updated `Microsoft.SemanticKernel.Connectors.Qdrant` from `1.4.0-alpha` to `1.5.0-alpha`. + - Updated `Microsoft.SemanticKernel.Core` from `1.4.0` to `1.5.0`. + - Updated `Microsoft.SemanticKernel.Plugins.Document` from `1.4.0-alpha` to `1.5.0-alpha`. + - Updated `Microsoft.SemanticKernel.Plugins.Memory` from `1.4.0-alpha` to `1.5.0-alpha`. + - Updated `SharpToken` from `1.2.15` to `1.2.17`. + - Updated `coverlet.collector` from `6.0.0` to `6.0.1`. + - Updated `xunit` from `2.6.6` to `2.7.0`. + - Updated `xunit.analyzers` from `1.10.0` to `1.11.0`. + - Updated `xunit.extensibility.core` from `2.6.6` to `2.7.0`. + - Updated `xunit.runner.visualstudio` from `2.5.6` to `2.5.7`. + ### Minor Changes - Changes in the prompt of `QuestionAnsweringPlugin` to enhance language detection in the response. diff --git a/Directory.Build.props b/Directory.Build.props index 33754c8..0854fe0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -16,7 +16,8 @@ - 8.1.5-preview-01 + 8.1.5 + preview-02 - - - - - + + + + + diff --git a/src/Encamina.Enmarcha.SemanticKernel.Abstractions/Encamina.Enmarcha.SemanticKernel.Abstractions.csproj b/src/Encamina.Enmarcha.SemanticKernel.Abstractions/Encamina.Enmarcha.SemanticKernel.Abstractions.csproj index 9a103b8..3adee38 100644 --- a/src/Encamina.Enmarcha.SemanticKernel.Abstractions/Encamina.Enmarcha.SemanticKernel.Abstractions.csproj +++ b/src/Encamina.Enmarcha.SemanticKernel.Abstractions/Encamina.Enmarcha.SemanticKernel.Abstractions.csproj @@ -17,9 +17,9 @@ - - - + + + diff --git a/src/Encamina.Enmarcha.SemanticKernel.Connectors.Document/Encamina.Enmarcha.SemanticKernel.Connectors.Document.csproj b/src/Encamina.Enmarcha.SemanticKernel.Connectors.Document/Encamina.Enmarcha.SemanticKernel.Connectors.Document.csproj index 50bcd02..d9a1218 100644 --- a/src/Encamina.Enmarcha.SemanticKernel.Connectors.Document/Encamina.Enmarcha.SemanticKernel.Connectors.Document.csproj +++ b/src/Encamina.Enmarcha.SemanticKernel.Connectors.Document/Encamina.Enmarcha.SemanticKernel.Connectors.Document.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Encamina.Enmarcha.SemanticKernel.Connectors.Memory/Encamina.Enmarcha.SemanticKernel.Connectors.Memory.csproj b/src/Encamina.Enmarcha.SemanticKernel.Connectors.Memory/Encamina.Enmarcha.SemanticKernel.Connectors.Memory.csproj index 3821ee4..2d2e199 100644 --- a/src/Encamina.Enmarcha.SemanticKernel.Connectors.Memory/Encamina.Enmarcha.SemanticKernel.Connectors.Memory.csproj +++ b/src/Encamina.Enmarcha.SemanticKernel.Connectors.Memory/Encamina.Enmarcha.SemanticKernel.Connectors.Memory.csproj @@ -21,8 +21,8 @@ - - + + diff --git a/src/Encamina.Enmarcha.SemanticKernel.Plugins.Chat/Encamina.Enmarcha.SemanticKernel.Plugins.Chat.csproj b/src/Encamina.Enmarcha.SemanticKernel.Plugins.Chat/Encamina.Enmarcha.SemanticKernel.Plugins.Chat.csproj index 7752e67..8956235 100644 --- a/src/Encamina.Enmarcha.SemanticKernel.Plugins.Chat/Encamina.Enmarcha.SemanticKernel.Plugins.Chat.csproj +++ b/src/Encamina.Enmarcha.SemanticKernel.Plugins.Chat/Encamina.Enmarcha.SemanticKernel.Plugins.Chat.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/Encamina.Enmarcha.SemanticKernel.Plugins.Memory/Encamina.Enmarcha.SemanticKernel.Plugins.Memory.csproj b/src/Encamina.Enmarcha.SemanticKernel.Plugins.Memory/Encamina.Enmarcha.SemanticKernel.Plugins.Memory.csproj index 4638d6b..e42fcda 100644 --- a/src/Encamina.Enmarcha.SemanticKernel.Plugins.Memory/Encamina.Enmarcha.SemanticKernel.Plugins.Memory.csproj +++ b/src/Encamina.Enmarcha.SemanticKernel.Plugins.Memory/Encamina.Enmarcha.SemanticKernel.Plugins.Memory.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering.csproj b/src/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering.csproj index 19bc88d..2f3ffc9 100644 --- a/src/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering.csproj +++ b/src/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering.csproj @@ -19,7 +19,7 @@ - + diff --git a/tst/Directory.Build.targets b/tst/Directory.Build.targets index 4f83bf6..5fc2cca 100644 --- a/tst/Directory.Build.targets +++ b/tst/Directory.Build.targets @@ -8,16 +8,16 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all