yanyoyo commited on
Commit
0ebb649
·
1 Parent(s): a51b11c
Files changed (1) hide show
  1. requirements.txt +17 -15
requirements.txt CHANGED
@@ -1,15 +1,17 @@
1
- einops==0.7.0
2
- protobuf==5.26.1
3
- llama-index==0.10.38
4
- llama-index-llms-huggingface==0.2.0
5
- transformers[torch]==4.41.1
6
- huggingface_hub[inference]==0.23.1
7
- huggingface_hub==0.23.1
8
- sentence-transformers==2.7.0
9
- sentencepiece==0.2.0
10
- llama-index-embeddings-huggingface==0.2.0
11
- llama-index-embeddings-instructor==0.1.3
12
- torch
13
- torchvision==0.15.2
14
- torchaudio==2.0.2
15
- streamlit==1.36.0
 
 
 
1
+ streamlit>=1.36.0
2
+ llama-index>=0.10.38
3
+ llama-index-agent-openai>=0.2.9
4
+ llama-index-embeddings-huggingface>=0.2.0
5
+ llama-index-embeddings-instructor>=0.1.3
6
+ llama-index-embeddings-openai>=0.1.11
7
+ llama-index-llms-huggingface>=0.2.0
8
+ llama-index-llms-openai>=0.1.31
9
+ llama-index-readers-file>=0.1.33
10
+ openai>=1.58.1
11
+ torch>=2.1.2
12
+ transformers>=4.41.1
13
+ sentence-transformers>=2.7.0
14
+ numpy>=1.26.4
15
+ pandas>=2.2.3
16
+ python-dateutil>=2.9.0
17
+ pydantic>=2.10.4