Spaces:
Sleeping
Sleeping
Madiharehan
commited on
Commit
•
85ddf27
1
Parent(s):
454484f
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests
|
2 |
+
streamlit
|
3 |
+
PyPDF2
|
4 |
+
langchain
|
5 |
+
langchain-community
|
6 |
+
transformers
|
7 |
+
torch
|
8 |
+
sentence-transformers
|
9 |
+
faiss-cpu # Change to faiss-gpu if using a GPU
|