Spaces:
Runtime error
Runtime error
johannes123213
commited on
Commit
•
e0d5650
1
Parent(s):
9401f4e
Update requirements.txt
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
python
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
pip install sentence-transformers
|
|
|
1 |
+
python-dotenv
|
2 |
+
langchain
|
3 |
+
torch
|
4 |
+
PyPDF2
|
5 |
+
faiss-cpu
|
6 |
+
langchain
|
7 |
+
pypdf
|
8 |
+
tiktoken
|
9 |
+
InstructorEmbedding
|
10 |
+
sentence-transformers
|
|