version bump -> 0.1.25 (#1992)

This commit is contained in:
Dev Khant
2024-10-29 11:37:10 +05:30
committed by GitHub
parent 605558da9d
commit 8d9eb225a8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "embedchain" name = "embedchain"
version = "0.1.123" version = "0.1.124"
description = "Simplest open source retrieval (RAG) framework" description = "Simplest open source retrieval (RAG) framework"
authors = [ authors = [
"Taranjeet Singh <taranjeet@embedchain.ai>", "Taranjeet Singh <taranjeet@embedchain.ai>",
@@ -103,7 +103,7 @@ beautifulsoup4 = "^4.12.2"
pypdf = "^5.0.0" pypdf = "^5.0.0"
gptcache = "^0.1.43" gptcache = "^0.1.43"
pysbd = "^0.3.4" pysbd = "^0.3.4"
mem0ai = "^0.1.18" mem0ai = "^0.1.25"
tiktoken = { version = "^0.7.0", optional = true } tiktoken = { version = "^0.7.0", optional = true }
sentence-transformers = { version = "^2.2.2", optional = true } sentence-transformers = { version = "^2.2.2", optional = true }
torch = { version = "2.3.0", optional = true } torch = { version = "2.3.0", optional = true }

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "mem0ai" name = "mem0ai"
version = "0.1.24" version = "0.1.25"
description = "Long-term memory for AI Agents" description = "Long-term memory for AI Agents"
authors = ["Mem0 <founders@mem0.ai>"] authors = ["Mem0 <founders@mem0.ai>"]
exclude = [ exclude = [