Skip to content

Commit

Permalink
[I] environment / update environment & requirements
Browse files Browse the repository at this point in the history
- Added the following packages:
  - pdf2image
  - olefile
  • Loading branch information
BAEM1N committed Jan 23, 2025
1 parent 45d108b commit d374877
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ pinecone = {version = "5.0.1", extras = ["grpc"]}
langchain-elasticsearch = "^0.3.1"
anytree = "2.12.1"
langchain-chroma = "^0.2.0"
olefile = "^0.47"
pdf2image = "^1.17.0"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ anytree==2.12.1
arxiv>=2.1.3
pymupdf>=1.25.1
pdfplumber>=0.11.5
pdf2image==1.17.0
olefile==0.47
python-magic-bin>=0.4.14; sys_platform != "darwin"

# LangChain Ecosystem
Expand Down

0 comments on commit d374877

Please sign in to comment.