NEXAS commited on
Commit
3fc936d
·
verified ·
1 Parent(s): 08f5b08

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -20
requirements.txt CHANGED
@@ -1,20 +1,19 @@
1
- audio_recorder_streamlit
2
- chainlit
3
- deepgram-sdk
4
- easyocr
5
- fastembed
6
- fastembed
7
- langchain
8
- langchain-community
9
- langchain-groq
10
- llama-parse
11
- numpy
12
- opencv-python
13
- pandas
14
- pillow
15
- python-dotenv
16
- qdrant_client
17
- requests
18
- streamlit
19
- streamlit_float
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