@@ -7,6 +7,49 @@ mode: "wide"
7
7
<Tabs >
8
8
<Tab title = " Python" >
9
9
10
+ <Update label = " 2025-09-03" description = " v0.1.117" >
11
+
12
+ ** New Features & Updates:**
13
+ - ** OpenMemory:**
14
+ - Added memory export / import feature
15
+ - Added vector store integrations: Weaviate, FAISS, PGVector, Chroma, Redis, Elasticsearch, Milvus
16
+ - Added ` export_openmemory.sh ` migration script
17
+ - ** Vector Stores:**
18
+ - Added Amazon S3 Vectors support
19
+ - Added Databricks Mosaic AI vector store support
20
+ - Added support for OpenAI Store
21
+ - ** Graph Memory:** Added support for graph memory using Kuzu
22
+ - ** Azure:** Added Azure Identity for Azure OpenAI and Azure AI Search authentication
23
+ - ** Elasticsearch:** Added headers configuration support
24
+
25
+ ** Improvements:**
26
+ - Added custom connection client to enable connecting to local containers for Weaviate
27
+ - Updated configuration AWS Bedrock
28
+ - Fixed dependency issues and tests; updated docstrings
29
+ - ** Documentation:**
30
+ - Fixed Graph Docs page missing in sidebar
31
+ - Updated integration documentation
32
+ - Added version param in Search V2 API documentation
33
+ - Updated Databricks documentation and refactored docs
34
+ - Updated favicon logo
35
+ - Fixed typos and Typescript docs
36
+
37
+ ** Bug Fixes:**
38
+ - Baidu: Added missing provider for Baidu vector DB
39
+ - MongoDB: Replaced ` query_vector ` args in search method
40
+ - Fixed new memory mistaken for current
41
+ - AsyncMemory._ add_to_vector_store: handled edge case when no facts found
42
+ - Fixed missing commas in Kuzu graph INSERT queries
43
+ - Fixed inconsistent created and updated properties for Graph
44
+ - Fixed missing ` app_id ` on client for Neptune Analytics
45
+ - Correctly pick AWS region from environment variable
46
+ - Fixed Ollama model existence check
47
+
48
+ ** Refactoring:**
49
+ - ** PGVector:** Use internal connection pools and context managers
50
+
51
+ </Update >
52
+
10
53
<Update label = " 2025-08-14" description = " v0.1.116" >
11
54
12
55
** New Features & Updates:**
@@ -1039,6 +1082,11 @@ mode: "wide"
1039
1082
1040
1083
<Tab title = " Vercel AI SDK" >
1041
1084
1085
+ <Update label = " 2025-09-03" description = " v2.0.2" >
1086
+ ** Bug Fix:**
1087
+ - ** Vercel AI SDK:** Fixed streaming response in the AI SDK.
1088
+ </Update >
1089
+
1042
1090
<Update label = " 2025-08-05" description = " v2.0.1" >
1043
1091
** New Features:**
1044
1092
- ** Vercel AI SDK:** Added a new param ` host ` to the config.
0 commit comments