diff --git a/CHANGELOG.md b/CHANGELOG.md index 40503073..aff20f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 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 +- Add hybridSearchAsync support to Azure AI Search + # 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 e0157c82..9e26aaf4 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