We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0adbbbf commit 8192efcCopy full SHA for 8192efc
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 1.4.1
2
+
3
+- Add Otel Telemetry on function invocations
4
+- Fix bug to add type information to OpenAI function parameters
5
+- Improve efficiency of cosine similarity calculation
6
+- Fix concurrency bugs on database creation
7
+- Add sample demonstrating a text splitter for chunking text for embedding
8
9
# 1.4.0
10
11
- Upgrade to azure-ai-openai 1.0.0-beta.12
samples/semantickernel-sample-plugins/semantickernel-text-splitter-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-sample-plugins</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
0 commit comments