embedchain: version bump -> 0.1.127 (#2244)

This commit is contained in:
Dev Khant
2025-02-21 17:51:47 +05:30
committed by GitHub
parent 369d5325f9
commit 2d0c8fe94e
2 changed files with 10 additions and 7 deletions

View File

@@ -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 <taranjeet@embedchain.ai>",
@@ -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 }