Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -5
requirements.txt
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.30.0
|
2 |
+
streamlit-option-menu==0.3.12
|
3 |
+
streamlit-antd-components==0.3.1
|
4 |
+
streamlit-chatbox==1.1.11
|
5 |
+
streamlit-modal==0.1.0
|
6 |
+
streamlit-aggrid==0.3.4.post3
|
7 |
+
langchain==0.0.354
|
8 |
+
langchain-community==0.0.19
|
9 |
+
openai==1.9.0
|
10 |
+
chromadb==0.4.13
|
11 |
+
tiktoken==0.5.2
|