File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
samples/semantickernel-sample-plugins/semantickernel-text-splitter-plugin Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+ - Add hybridSearchAsync support to Azure AI Search
9
+
1
10
# 1.4.0
2
11
3
12
- Upgrade to azure-ai-openai 1.0.0-beta.12
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.microsoft.semantic-kernel</groupId >
7
7
<artifactId >semantickernel-sample-plugins</artifactId >
8
- <version >1.3 .1-SNAPSHOT</version >
8
+ <version >1.4 .1-SNAPSHOT</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
You can’t perform that action at this time.
0 commit comments