From 8192efc4a2050c3a2a17aafdf2ac28509b81abbe Mon Sep 17 00:00:00 2001
From: John Oliver <1615532+johnoliver@users.noreply.github.com>
Date: Tue, 3 Dec 2024 16:21:08 +0000
Subject: [PATCH 1/2] Update changelog
---
CHANGELOG.md | 8 ++++++++
.../semantickernel-text-splitter-plugin/pom.xml | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40503073e..34d9960ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# 1.4.1
+
+- Add Otel Telemetry on function invocations
+- Fix bug to add type information to OpenAI function parameters
+- Improve efficiency of cosine similarity calculation
+- Fix concurrency bugs on database creation
+- Add sample demonstrating a text splitter for chunking text for embedding
+
# 1.4.0
- Upgrade to azure-ai-openai 1.0.0-beta.12
diff --git a/samples/semantickernel-sample-plugins/semantickernel-text-splitter-plugin/pom.xml b/samples/semantickernel-sample-plugins/semantickernel-text-splitter-plugin/pom.xml
index e0157c829..9e26aaf40 100644
--- a/samples/semantickernel-sample-plugins/semantickernel-text-splitter-plugin/pom.xml
+++ b/samples/semantickernel-sample-plugins/semantickernel-text-splitter-plugin/pom.xml
@@ -5,7 +5,7 @@
com.microsoft.semantic-kernel
semantickernel-sample-plugins
- 1.3.1-SNAPSHOT
+ 1.4.1-SNAPSHOT
../pom.xml
From 0acfd53fdcfa0f79a6688d110d09ce71309a7fb5 Mon Sep 17 00:00:00 2001
From: Milder Hernandez Cagua
Date: Tue, 3 Dec 2024 09:23:55 -0800
Subject: [PATCH 2/2] Update
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34d9960ee..aff20f824 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
- Improve efficiency of cosine similarity calculation
- Fix concurrency bugs on database creation
- Add sample demonstrating a text splitter for chunking text for embedding
+- Add hybridSearchAsync support to Azure AI Search
# 1.4.0