From 2d0c8fe94e793209b995007e2e4f8aff650bf41e Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Fri, 21 Feb 2025 17:51:47 +0530 Subject: [PATCH] embedchain: version bump -> 0.1.127 (#2244) --- embedchain/poetry.lock | 13 ++++++++----- embedchain/pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/embedchain/poetry.lock b/embedchain/poetry.lock index b1b1a130..f4559af0 100644 --- a/embedchain/poetry.lock +++ b/embedchain/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiohttp" @@ -2805,13 +2805,13 @@ files = [ [[package]] name = "mem0ai" -version = "0.1.29" +version = "0.1.54" description = "Long-term memory for AI Agents" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "mem0ai-0.1.29-py3-none-any.whl", hash = "sha256:07bbfd4238d0d7da65d5e4cf75a217eeb5b2829834e399074b05bb046730a57f"}, - {file = "mem0ai-0.1.29.tar.gz", hash = "sha256:42adefb7a9b241be03fbcabadf5328abf91b4ac390bc97e5966e55e3cac192c5"}, + {file = "mem0ai-0.1.54-py3-none-any.whl", hash = "sha256:026c3262d714ebe536fb796c53e553051dbe6da66a8a313587efebfd420a0f7a"}, + {file = "mem0ai-0.1.54.tar.gz", hash = "sha256:f7a0dd2303e59a0131c1dea72058ba165d91e2b3e36d159cc7bbbb062610cc87"}, ] [package.dependencies] @@ -2822,6 +2822,9 @@ pytz = ">=2024.1,<2025.0" qdrant-client = ">=1.9.1,<2.0.0" sqlalchemy = ">=2.0.31,<3.0.0" +[package.extras] +graph = ["langchain-community (>=0.3.1,<0.4.0)", "neo4j (>=5.23.1,<6.0.0)", "rank-bm25 (>=0.2.2,<0.3.0)"] + [[package]] name = "milvus-lite" version = "2.4.8" @@ -6667,4 +6670,4 @@ weaviate = ["weaviate-client"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<=3.13" -content-hash = "98ab80c76f001e35dd37dd705b4d8e88ecd4377383457aab38c0c94d3b872f33" +content-hash = "d7b43f88a863fa5f6835deebeaa1f454a423439e8c9b4b3e923c4d0a2a96e4c6" diff --git a/embedchain/pyproject.toml b/embedchain/pyproject.toml index b2947149..bf5d0bef 100644 --- a/embedchain/pyproject.toml +++ b/embedchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.1.126" +version = "0.1.127" 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.37" +mem0ai = "^0.1.54" tiktoken = { version = "^0.7.0", optional = true } sentence-transformers = { version = "^2.2.2", optional = true } torch = { version = "2.3.0", optional = true }