Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -12
requirements.txt
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
-
streamlit==1.38.0
|
2 |
-
langchain-community==0.2.16
|
3 |
-
langchain-text-splitters==0.2.4
|
4 |
-
langchain-chroma==0.1.3
|
5 |
-
langchain-huggingface==0.0.3
|
6 |
-
langchain-groq==0.1.9
|
7 |
-
unstructured==0.15.0
|
8 |
-
unstructured[pdf]==0.15.0
|
9 |
-
nltk==3.8.1
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
1 |
+
streamlit==1.38.0
|
2 |
+
langchain-community==0.2.16
|
3 |
+
langchain-text-splitters==0.2.4
|
4 |
+
langchain-chroma==0.1.3
|
5 |
+
langchain-huggingface==0.0.3
|
6 |
+
langchain-groq==0.1.9
|
7 |
+
unstructured==0.15.0
|
8 |
+
unstructured[pdf]==0.15.0
|
9 |
+
nltk==3.8.1
|
10 |
+
googletrans
|
11 |
+
deep-translator
|
12 |
+
psycopg2-binary
|
13 |
+
pgvector
|
14 |
+
langchain_postgres
|