Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- apt.txt +2 -0
- requirements.txt +10 -0
apt.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
libmagic1
|
| 2 |
+
poppler-utils
|
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.32.0
|
| 2 |
+
langchain==0.1.16
|
| 3 |
+
langchain-openai==0.1.3
|
| 4 |
+
langchain-community==0.0.34
|
| 5 |
+
openai==1.14.0
|
| 6 |
+
faiss-cpu==1.8.0
|
| 7 |
+
pypdf==4.1.0
|
| 8 |
+
unstructured==0.12.5
|
| 9 |
+
python-magic-bin==0.4.14
|
| 10 |
+
tiktoken==0.6.0
|