vedsadani commited on
Commit
a34e9d4
1 Parent(s): 6039889

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -10
requirements.txt CHANGED
@@ -1,12 +1,14 @@
1
- langchain==0.1.8
2
- torch==2.1.0
3
- faiss-cpu==1.7.4
4
- git+https://github.com/huggingface/transformers
5
  accelerate==0.27.2
6
- sentence-transformers==2.3.1
7
- gradio==4.19.1
8
- langchain-experimental==0.0.49
 
 
 
 
 
 
9
  pypdf==4.0.2
10
- python-dotenv==1.0.0
11
- tabulate
12
- llama-cpp-python==0.2.45
 
 
 
 
 
1
  accelerate==0.27.2
2
+ anyio==4.3.0
3
+ faiss-cpu==1.7.4
4
+ gradio==3.48.0
5
+ huggingface-hub==0.21.1
6
+ langchain==0.1.9
7
+ langchain-community==0.0.28
8
+ llama-cpp-python==0.2.53
9
+ numpy==1.24.4
10
+ pandasai[langchain]==1.5.20
11
  pypdf==4.0.2
12
+ sentence-transformers==2.4.0
13
+ torch==2.2.1
14
+ transformers==4.38.2