Spaces:
Sleeping
Sleeping
updated by K
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
streamlit==1.38.0
|
3 |
langchain-community==0.2.16
|
4 |
langchain-text-splitters==0.2.4
|
@@ -7,11 +6,12 @@ langchain-huggingface==0.0.3
|
|
7 |
langchain-groq==0.1.9
|
8 |
unstructured==0.15.0
|
9 |
nltk==3.8.1
|
10 |
-
psycopg2-binary
|
11 |
-
pgvector
|
12 |
-
langchain_postgres
|
13 |
docx2txt
|
14 |
SpeechRecognition
|
|
|
|
|
|
|
|
|
15 |
|
16 |
|
17 |
|
|
|
|
|
1 |
streamlit==1.38.0
|
2 |
langchain-community==0.2.16
|
3 |
langchain-text-splitters==0.2.4
|
|
|
6 |
langchain-groq==0.1.9
|
7 |
unstructured==0.15.0
|
8 |
nltk==3.8.1
|
|
|
|
|
|
|
9 |
docx2txt
|
10 |
SpeechRecognition
|
11 |
+
deep-translator==1.10.1
|
12 |
+
pyaudio # Required for voice input functionality
|
13 |
+
|
14 |
+
|
15 |
|
16 |
|
17 |
|