Skip to content

Commit

Permalink
Merge pull request #3 from mattecasu/bump_libs
Browse files Browse the repository at this point in the history
Bump libs
  • Loading branch information
mattecasu authored Mar 15, 2024
2 parents 754b25f + 7baeb67 commit a389b57
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 82 deletions.
112 changes: 35 additions & 77 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ packages = [{ include = "rag" }]

[tool.poetry.dependencies]
python = ">=3.11,<3.12"
langchain = "^0.1.10"
langchain = "^0.1.12"
chromadb = "^0.4.24"
pypdf = "^4.1.0"
langchainhub = "^0.1.14"
langchainhub = "^0.1.15"
transformers = "^4.38.2"
pytest = "^8.0.2"
pytest = "^8.1.1"
sentence-transformers = "^2.5.1"
ragatouille = "^0.0.7.post3"
ragatouille = "^0.0.7.post10"
srsly = "^2.4.8"
streamlit = "^1.31.1"
streamlit = "^1.32.2"
docx2txt = "^0.8"
unstructured = {extras = ["all-docs"], version = "^0.12.5"}
python-docx = "^1.1.0"
Expand Down

0 comments on commit a389b57

Please sign in to comment.