Skip to content

Commit 8192efc

Browse files
committed
Update changelog
1 parent 0adbbbf commit 8192efc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# 1.4.0
210

311
- Upgrade to azure-ai-openai 1.0.0-beta.12

samples/semantickernel-sample-plugins/semantickernel-text-splitter-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.semantic-kernel</groupId>
77
<artifactId>semantickernel-sample-plugins</artifactId>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.4.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)