chore: embedchain version -> 0.1.122 (#1896)

This commit is contained in:
Dev Khant
2024-09-23 15:16:51 +05:30
committed by GitHub
parent db5cb1986a
commit 56ceecb4e3
2 changed files with 4 additions and 4 deletions

View File

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