Skip to content

Commit

Permalink
Merge pull request #413 from sambanova/bugfix/embeddings_dependencies
Browse files Browse the repository at this point in the history
bugfix: embeddings dependencies
  • Loading branch information
snova-jorgep authored Oct 18, 2024
2 parents 54868d2 + 998ef20 commit 9a9bd40
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions base-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ torch==2.2.2
scikit-learn==1.4.1.post1
transformers==4.41.2
sentence-transformers==2.2.2
huggingface-hub==0.25.2
instructorembedding==1.0.1
datasets==2.20.0
evaluate==0.4.1
Expand Down
1 change: 1 addition & 0 deletions data_extraction/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ future==0.18.3
h11==0.14.0
html2text==2020.1.16
httplib2==0.22.0
huggingface-hub==0.25.2
idna==3.4
ipykernel==6.25.2
ipython==8.16.1
Expand Down
1 change: 1 addition & 0 deletions edgar_qna/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ aiohttp==3.9.1
beautifulsoup4==4.12.2
chromadb==0.4.24
fastapi==0.110.1
huggingface-hub==0.25.2
instructorembedding==1.0.1
langchain-chroma == 1.1.4
langchain-community==0.3.1
Expand Down
1 change: 1 addition & 0 deletions enterprise_knowledge_retriever/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PyMuPDF==1.23.4
PyMuPDFb==1.23.3
chromadb==0.5.3
faiss-cpu==1.7.4
huggingface-hub==0.25.2
instructorembedding==1.0.1
ipython==8.26.0
langchain-chroma == 0.1.4
Expand Down
1 change: 1 addition & 0 deletions eval_jumpstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
huggingface-hub==0.25.2
langchain-community==0.3.1
langchain-core==0.3.6
langchain==0.3.1
Expand Down
1 change: 1 addition & 0 deletions financial_assistant/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
chromadb==0.4.24
fpdf2==2.7.9
huggingface-hub==0.25.2
langchain==0.3.1
langchain-chroma==0.1.4
langchain-community==0.3.1
Expand Down
2 changes: 1 addition & 1 deletion fine_tuning_embeddings/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ html2text==2020.1.16
httpcore==1.0.2
httptools==0.6.1
httpx==0.26.0
huggingface-hub==0.20.3
huggingface-hub==0.25.2
humanfriendly==10.0
idna==3.6
importlib-metadata==6.11.0
Expand Down
1 change: 1 addition & 0 deletions fine_tuning_sql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SQLAlchemy==2.0.30
datasets==2.20.0
huggingface-hub==0.25.2
jupyter_client==8.6.0
jupyter_core==5.7.1
jupyterlab-widgets==3.0.9
Expand Down
1 change: 1 addition & 0 deletions multimodal_knowledge_retriever/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
chromadb==0.4.24
huggingface-hub==0.25.2
instructorembedding==1.0.1
langchain-chroma == 0.1.4
langchain-community==0.3.1
Expand Down
1 change: 1 addition & 0 deletions post_call_analysis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
faiss-cpu==1.7.4
huggingface-hub==0.25.2
instructorembedding==1.0.1
langchain-chroma == 0.1.4
langchain-community==0.3.1
Expand Down
1 change: 1 addition & 0 deletions search_assistant/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ faiss-cpu==1.7.4
fake-useragent==1.5.1
google-search-results==2.4.2
html2text==2024.2.26
huggingface-hub==0.25.2
instructorembedding==1.0.1
langchain-chroma == 0.1.4
langchain-community==0.3.1
Expand Down
1 change: 1 addition & 0 deletions utils/synthetic_data_gen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ langchain-text-splitters == 0.3.0
pydantic == 2.9.2
pydantic-core == 2.23.4
python-dotenv == 1.0.1
huggingface-hub==0.25.2
sentence_transformers==2.2.2
instructorembedding==1.0.1
1 change: 1 addition & 0 deletions web_crawled_data_retriever/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ beautifulsoup4==4.12.3
faiss-cpu==1.7.4
fake-useragent==1.5.1
html2text==2020.1.16
huggingface-hub==0.25.2
instructorembedding==1.0.1
langchain-chroma == 0.1.4
langchain-community==0.3.1
Expand Down
1 change: 1 addition & 0 deletions yoda/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ chromadb==0.5.5
datasets == 2.18.0
evaluate == 0.4.1
faiss-cpu==1.8.0.post1
huggingface-hub==0.25.2
jsonlines == 4.0.0
langchain-community==0.3.1
langchain-core==0.3.6
Expand Down

0 comments on commit 9a9bd40

Please sign in to comment.