Copain22 commited on
Commit
8a3c252
·
verified ·
1 Parent(s): 5d4d3e2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -8
requirements.txt CHANGED
@@ -1,8 +1,11 @@
1
- streamlit==1.29.0
2
- langchain==0.1.12
3
- langchain-community==0.0.28
4
- pymupdf==1.23.25
5
- sentence-transformers==2.5.1
6
- huggingface-hub==0.21.4
7
- faiss-cpu==1.7.4
8
- python-dotenv==1.0.0
 
 
 
 
1
+ llama-index-core>=0.10.0
2
+ llama-index-llms-huggingface>=0.1.0
3
+ llama-index-embeddings-langchain>=0.1.0
4
+ langchain>=0.0.0
5
+ torch>=2.0.0
6
+ gradio>=3.0.0
7
+ sentence-transformers>=2.2.0
8
+ huggingface-hub>=0.16.0
9
+ transformers>=4.30.0
10
+ accelerate>=0.20.0
11
+ bitsandbytes>=0.40.0