Pavan178 commited on
Commit
1738dc1
·
verified ·
1 Parent(s): 79b3458

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- gradio
2
- python-dotenv
3
- llama-index
4
  llama-index-embeddings-huggingface
5
- llama-index-llms-huggingface
6
  transformers
7
  torch
8
  sentence-transformers
9
- pypdf
 
1
+ gradio==3.50.2
2
+ llama-index==0.9.48
3
+ llama-index-llms-huggingface-pipeline
4
  llama-index-embeddings-huggingface
5
+ python-dotenv
6
  transformers
7
  torch
8
  sentence-transformers
9
+ pypdf