Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +19 -20
requirements.txt
CHANGED
@@ -1,20 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
langchain
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
unstructured[md]
|
|
|
1 |
+
audio-recorder-streamlit==0.0.8
|
2 |
+
deepgram-sdk==3.1.4
|
3 |
+
easyocr==1.7.1
|
4 |
+
fastembed==0.2.5
|
5 |
+
langchain==0.1.15
|
6 |
+
langchain-community==0.0.34
|
7 |
+
langchain-groq==0.0.
|
8 |
+
llama-parse==0.4.0
|
9 |
+
numpy==1.26.4
|
10 |
+
opencv-python==4.9.0.80
|
11 |
+
pandas==2.2.0
|
12 |
+
pillow==10.2.0
|
13 |
+
python-dotenv==1.0.1
|
14 |
+
qdrant-client==1.8.2
|
15 |
+
requests==2.31.0
|
16 |
+
streamlit==1.33.0
|
17 |
+
streamlit-float==0.3.2
|
18 |
+
unstructured==0.12.5
|
19 |
+
unstructured-client==0.18.0
|
|