Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
transformers
|
2 |
-
langchain
|
3 |
-
langchain-community
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
unstructured
|
12 |
python-docx
|
|
|
1 |
+
transformers
|
2 |
+
langchain
|
3 |
+
langchain-community
|
4 |
+
pypdf
|
5 |
+
sentence-transformers
|
6 |
+
gpt4all
|
7 |
+
faiss-cpu
|
8 |
+
openai
|
9 |
+
gradio
|
10 |
+
unstructured
|
|
|
11 |
python-docx
|