Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -19
requirements.txt
CHANGED
@@ -1,19 +1,13 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
matplotlib
|
5 |
-
groq
|
6 |
-
langchain_community
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
scikit-learn
|
15 |
-
sentence-transformers
|
16 |
-
faiss-cpu
|
17 |
-
tiktoken
|
18 |
-
notebook
|
19 |
-
statsmodels
|
|
|
1 |
+
streamlit
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
+
matplotlib
|
5 |
+
groq
|
6 |
+
langchain_community
|
7 |
+
langchain
|
8 |
+
langchain_groq
|
9 |
+
langchain_core
|
10 |
+
llama-parse
|
11 |
+
python-dotenv
|
12 |
+
streamlit-chat
|
13 |
+
notebook
|
|
|
|
|
|
|
|
|
|
|
|