barghavani commited on
Commit
e40c8cc
·
verified ·
1 Parent(s): b53e14c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- gradio == 3.27.0
2
- openai == 0.27.4
3
- python-dotenv == 1.0.0
4
- langchain == 0.0.148
5
- chromadb == 0.3.21
6
- tiktoken == 0.3.3
7
- pypdf == 3.8.1
8
- pymupdf == 1.22.2
9
- pydantic
 
 
1
+ torch
2
+ transformers
3
+ sentence-transformers
4
+ langchain
5
+ tqdm
6
+ accelerate
7
+ pypdf
8
+ chromadb
9
+ unidecode
10
+