From 8d9eb225a85f527d5741a1e5c83db36f64e085df Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Tue, 29 Oct 2024 11:37:10 +0530 Subject: [PATCH] version bump -> 0.1.25 (#1992) --- embedchain/pyproject.toml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/embedchain/pyproject.toml b/embedchain/pyproject.toml index 6e7cc44d..1725e4fc 100644 --- a/embedchain/pyproject.toml +++ b/embedchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.1.123" +version = "0.1.124" description = "Simplest open source retrieval (RAG) framework" authors = [ "Taranjeet Singh ", @@ -103,7 +103,7 @@ beautifulsoup4 = "^4.12.2" pypdf = "^5.0.0" gptcache = "^0.1.43" pysbd = "^0.3.4" -mem0ai = "^0.1.18" +mem0ai = "^0.1.25" tiktoken = { version = "^0.7.0", optional = true } sentence-transformers = { version = "^2.2.2", optional = true } torch = { version = "2.3.0", optional = true } diff --git a/pyproject.toml b/pyproject.toml index dc07dcea..90256b32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mem0ai" -version = "0.1.24" +version = "0.1.25" description = "Long-term memory for AI Agents" authors = ["Mem0 "] exclude = [