We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c36f71 commit 662f974Copy full SHA for 662f974
2 files changed
packages/teams_memory/CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
### Features
6
7
+### Bug Fixes
8
+
9
+### 0.1.4-alpha
10
11
+## Latest Changes
12
13
+### Features
14
15
- Allowed granular control over storage configs for each type of memory.
16
- Added support for Azure AI Search Storage
17
packages/teams_memory/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "teams_memory"
3
-version = "0.1.3-alpha"
+version = "0.1.4-alpha"
authors = [{ name="Microsoft", email="teams@microsoft.com" }]
description = "Memory module for creating intelligent agents within Microsoft Teams"
readme = "README.md"
0 commit comments