Skip to content

Commit

Permalink
bump version for embedchain (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Khant authored Aug 17, 2024
1 parent 047a857 commit 8476ce5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions embedchain/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions embedchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "embedchain"
version = "0.1.120"
version = "0.1.121"
description = "Simplest open source retrieval (RAG) framework"
authors = [
"Taranjeet Singh <[email protected]>",
Expand Down Expand Up @@ -103,7 +103,7 @@ beautifulsoup4 = "^4.12.2"
pypdf = "^4.0.1"
gptcache = "^0.1.43"
pysbd = "^0.3.4"
mem0ai = "^0.0.9"
mem0ai = "^0.0.20"
tiktoken = { version = "^0.7.0", optional = true }
sentence-transformers = { version = "^2.2.2", optional = true }
torch = { version = "2.3.0", optional = true }
Expand Down

0 comments on commit 8476ce5

Please sign in to comment.