Spaces:
Running
Running
arslan-ahmed
commited on
Commit
•
03031cd
1
Parent(s):
ce6fe1b
update requirements with specific versions
Browse files- requirements.txt +15 -15
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
openai
|
2 |
-
langchain
|
3 |
-
beautifulsoup4
|
4 |
-
chromadb
|
5 |
-
tiktoken
|
6 |
-
pypdf
|
7 |
-
gradio
|
8 |
-
PyMuPDF
|
9 |
-
gdown
|
10 |
-
docx2txt
|
11 |
-
sentence-transformers
|
12 |
-
ibm-watson-machine-learning
|
13 |
-
ibm-generative-ai
|
14 |
-
html5lib
|
15 |
-
lxml
|
16 |
unstructured[all-docs]
|
|
|
1 |
+
openai==1.3.3
|
2 |
+
langchain==0.0.339
|
3 |
+
beautifulsoup4==4.12.2
|
4 |
+
chromadb==0.4.17
|
5 |
+
tiktoken==0.5.1
|
6 |
+
pypdf==3.17.1
|
7 |
+
gradio==4.5.0
|
8 |
+
PyMuPDF==1.23.6
|
9 |
+
gdown==4.7.3
|
10 |
+
docx2txt==0.8
|
11 |
+
sentence-transformers==2.2.2
|
12 |
+
ibm-watson-machine-learning==1.0.330
|
13 |
+
ibm-generative-ai==0.5.1
|
14 |
+
html5lib==1.1
|
15 |
+
lxml==4.9.3
|
16 |
unstructured[all-docs]
|