Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
ibm-watsonx-ai
|
3 |
+
langchain
|
4 |
+
langchain-ibm
|
5 |
+
langchain-community
|
6 |
+
langchain-experimental
|
7 |
+
requests
|
8 |
+
pymilvus
|
9 |
+
extra-streamlit-components
|
10 |
+
streamlit-extras
|