Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain==0.0.350
|
| 2 |
+
langchain-community==0.0.3
|
| 3 |
+
langchain-core==0.1.0
|
| 4 |
+
openai==0.28.0
|
| 5 |
+
pdf2image==1.16.3
|
| 6 |
+
pdfminer.six==20221105
|
| 7 |
+
pypdf==3.17.2
|
| 8 |
+
unstructured==0.11.2
|
| 9 |
+
unstructured-inference==0.7.18
|
| 10 |
+
unstructured.pytesseract==0.3.12
|
| 11 |
+
pikepdf==8.9.0
|
| 12 |
+
chromadb==0.4.19
|
| 13 |
+
sentence-transformers==2.2.2
|
| 14 |
+
tiktoken==0.5.2
|
| 15 |
+
cohere==4.38
|