Skip to content

Commit

Permalink
Merge pull request #117 from snexus/wip-update-dependecies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
snexus authored Aug 25, 2024
2 parents 943acf9 + 11f7cb1 commit bd0cbf6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ __pycache__/
*.py[cod]
*$py.class
.env
dev/*
output_images/

# C extensions
*.so
Expand Down
6 changes: 5 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ Install Latest Version
# Activate new environment
source .venv/bin/activate
# Install packages
# Install packages using pip
pip install pyllmsearch
# Optional - install packages using uv
pip install uv
uv pip install pyllmsearch
Install from source
Expand Down
19 changes: 9 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
llama-cpp-python==0.2.78
chromadb~=0.5
langchain~=0.2.4
langchain-community~=0.2.4
langchain-openai~=0.1.8
llama-cpp-python==0.2.88
chromadb~=0.5.5
langchain~=0.2.14
langchain-community~=0.2.12
langchain-openai~=0.1.22
langchain-huggingface~=0.0.3
pydantic~=2.7
transformers~=4.41
Expand All @@ -13,17 +13,17 @@ ebooklib==0.18
setuptools==67.7.2
loguru
python-dotenv
accelerate~=0.22.0
accelerate~=0.33
protobuf==3.20.2
termcolor
openai~=1.34.0
openai~=1.41
einops # required for Mosaic models
click
bitsandbytes==0.43.1
# auto-gptq==0.2.0
InstructorEmbedding==1.0.1
unstructured~=0.14.5
pymupdf==1.22.5
pymupdf==1.24.9
streamlit~=1.28
python-docx~=1.1
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0"
Expand All @@ -35,5 +35,4 @@ tenacity==8.2.3 ; python_version >= "3.10" and python_version < "4.0"
threadpoolctl==3.1.0 ; python_version >= "3.10" and python_version < "4.0"
tiktoken==0.7.0 ; python_version >= "3.10" and python_version < "4.0"
tokenizers==0.19.1; python_version >= "3.10" and python_version < "4.0"
tqdm==4.65.0 ; python_version >= "3.10" and python_version < "4.0"
# transformers==4.29.2 ; python_version >= "3.10" and python_version < "4.0"
tqdm==4.65.0 ; python_version >= "3.10" and python_version < "4.0"

0 comments on commit bd0cbf6

Please sign in to comment.