Spaces:
Sleeping
Sleeping
KushwanthK
commited on
Commit
•
c74c9d0
1
Parent(s):
61fc0a1
Upload requirements.txt
Browse files- requirements.txt +12 -4
requirements.txt
CHANGED
@@ -1,15 +1,23 @@
|
|
1 |
-
|
|
|
2 |
datasets
|
3 |
torch
|
4 |
streamlit-chat-media
|
5 |
streamlit-chat
|
6 |
-
transformers
|
7 |
PyPDF2
|
8 |
ratelimit
|
9 |
backoff
|
10 |
tqdm
|
11 |
openai
|
12 |
PyMuPDF # instead of fitz
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
streamlit-image-zoom
|
|
|
1 |
+
# pinecone-client[grpc]
|
2 |
+
sentence-transformers==2.2.2
|
3 |
datasets
|
4 |
torch
|
5 |
streamlit-chat-media
|
6 |
streamlit-chat
|
7 |
+
transformers==4.28.0
|
8 |
PyPDF2
|
9 |
ratelimit
|
10 |
backoff
|
11 |
tqdm
|
12 |
openai
|
13 |
PyMuPDF # instead of fitz
|
14 |
+
nltk
|
15 |
+
langchain_community
|
16 |
+
langchain
|
17 |
+
# faiss-gpu
|
18 |
+
faiss-cpu==1.7.2
|
19 |
+
stqdm
|
20 |
+
python-dotenv
|
21 |
+
# langchain-huggingface
|
22 |
+
streamlit_pdf_viewer
|
23 |
streamlit-image-zoom
|