Skip to content

Commit ed5a1e9

Browse files
Update version to 0.1.118 (#3505)
1 parent dc883b0 commit ed5a1e9

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

docs/changelog.mdx

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@ mode: "wide"
77
<Tabs>
88
<Tab title="Python">
99

10+
<Update label="2025-09-25" description="v0.1.118">
11+
12+
**New Features & Updates:**
13+
- **Vector Stores:**
14+
- Added Valkey vector store support
15+
- Added support for ChromaDB Cloud
16+
- Added Mem0 vector store backend integration for Neptune Analytics
17+
- **Graph Store:**
18+
- Added Neptune-DB graph store with vector store
19+
- **Core:**
20+
- Implemented structured exception classes with error codes and suggested actions
21+
22+
**Improvements:**
23+
- **Dependencies:**
24+
- Updated OpenAI dependency and improved Ollama compatibility
25+
- **Testing:**
26+
- Added Weaviate DB test
27+
- Added comprehensive test suite for SQLiteManager
28+
- **Documentation:**
29+
- Updated category docs
30+
- Updated Search V2 / Get All V2 filters documentation
31+
- Refactored AWS example title
32+
- Fixed Quickstart cURL example
33+
34+
**Bug Fixes:**
35+
- **Vector Stores:**
36+
- Databricks bug fixes
37+
- Fixed S3 Vectors memory initialization issue from configuration
38+
- **Core:**
39+
- Fixed JSON parsing with new memories
40+
- Replaced hardcoded LLM provider with provider from configuration
41+
- **LLMs:**
42+
- Fixed Bedrock Anthropic models to use system field
43+
44+
</Update>
45+
1046
<Update label="2025-09-03" description="v0.1.117">
1147

1248
**New Features & Updates:**

docs/open-source/graph_memory/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Troubleshooting:
324324

325325
- For issues connecting to Amazon Neptune Analytics, please refer to the [Accessing graph data in Amazon Neptune](https://docs.aws.amazon.com/neptune/latest/userguide/get-started-access-graph.html).
326326
- For issues related to authentication, refer to the [boto3 client configuration options](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html).
327-
- For more details on how to connect, configure, and use the graph_memory graph store, see the [Neptune DB example notebook](examples/graph-db-demo/neptune-example.ipynb).
327+
- For more details on how to connect, configure, and use the graph_memory graph store, see the [Neptune DB example notebook](https://github.com/mem0ai/mem0/blob/main/examples/graph-db-demo/neptune-example.ipynb).
328328
- The Neptune memory store uses AWS LangChain Python API to connect to Neptune instances. For additional configuration options for connecting to your Amazon Neptune Analytics instance, see [AWS LangChain API documentation](https://python.langchain.com/api_reference/aws/graphs/langchain_aws.graphs.neptune_graph.NeptuneGraph.html).
329329

330330
### Initialize Kuzu

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mem0ai"
7-
version = "0.1.117"
7+
version = "0.1.118"
88
description = "Long-term memory for AI Agents"
99
authors = [
1010
{ name = "Mem0", email = "[email protected]" }

0 commit comments

Comments
 (0)