[minor]: mem0ai version changed for embedchain (#1826)

This commit is contained in:
Mayank
2024-09-09 11:33:41 +05:30
committed by GitHub
parent 51c4f2aae8
commit bf0cf2d9c4

View File

@@ -103,7 +103,7 @@ beautifulsoup4 = "^4.12.2"
pypdf = "^4.0.1" pypdf = "^4.0.1"
gptcache = "^0.1.43" gptcache = "^0.1.43"
pysbd = "^0.3.4" pysbd = "^0.3.4"
mem0ai = "^0.0.20" mem0ai = "^0.1.3"
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 }