From bf0cf2d9c4cc38bc67c4ac2d666fde61b4cae0bc Mon Sep 17 00:00:00 2001 From: Mayank <83648453+spike-spiegel-21@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:33:41 +0530 Subject: [PATCH] [minor]: mem0ai version changed for embedchain (#1826) --- embedchain/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedchain/pyproject.toml b/embedchain/pyproject.toml index 659f0fe1..0874a101 100644 --- a/embedchain/pyproject.toml +++ b/embedchain/pyproject.toml @@ -103,7 +103,7 @@ beautifulsoup4 = "^4.12.2" pypdf = "^4.0.1" gptcache = "^0.1.43" pysbd = "^0.3.4" -mem0ai = "^0.0.20" +mem0ai = "^0.1.3" tiktoken = { version = "^0.7.0", optional = true } sentence-transformers = { version = "^2.2.2", optional = true } torch = { version = "2.3.0", optional = true }