Spaces:
Runtime error
Runtime error
farhananis005
commited on
Commit
•
6271511
1
Parent(s):
88faaa1
Update requirements.txt
Browse files- requirements.txt +7 -14
requirements.txt
CHANGED
@@ -1,17 +1,10 @@
|
|
1 |
-
faiss-gpu
|
2 |
-
numpy==1.22.0
|
3 |
-
tensorflow-io
|
4 |
langchain
|
5 |
-
|
6 |
-
tiktoken
|
7 |
pypdf
|
8 |
-
|
9 |
-
|
10 |
gradio
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
transformers
|
16 |
-
chromadb==0.3.26
|
17 |
-
PyPDF
|
|
|
|
|
|
|
|
|
1 |
langchain
|
2 |
+
PyPDF2
|
|
|
3 |
pypdf
|
4 |
+
docx2txt
|
5 |
+
unstructured
|
6 |
gradio
|
7 |
+
faiss-cpu
|
8 |
+
openai
|
9 |
+
tiktoken
|
10 |
+
|
|
|
|
|
|