From 542153ad4f3459a59268afbbacf7202bb8693bac Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Sun, 29 Dec 2024 00:00:40 +0530 Subject: [PATCH] Update embedchain package and fix for mem0 package (#2117) --- embedchain/pyproject.toml | 4 ++-- pyproject.toml | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/embedchain/pyproject.toml b/embedchain/pyproject.toml index a4ed156e..b2947149 100644 --- a/embedchain/pyproject.toml +++ b/embedchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.1.125" +version = "0.1.126" 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.29" +mem0ai = "^0.1.37" 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 d83b1ed9..b0b3e990 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mem0ai" -version = "0.1.37" +version = "0.1.38" description = "Long-term memory for AI Agents" authors = ["Mem0 "] exclude = [ @@ -22,8 +22,6 @@ openai = "^1.33.0" posthog = "^3.5.0" pytz = "^2024.1" sqlalchemy = "^2.0.31" - -[tool.poetry.group.graph.dependencies] langchain-community = "^0.3.1" neo4j = "^5.23.1" rank-bm25 = "^0.2.2"