Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# The dependencies of the Native Chatbot
|
2 |
+
streamlit
|
3 |
+
langchain
|
4 |
+
langchain_nvidia_ai_endpoints
|
5 |
+
lanchain-core
|
6 |
+
dotenv
|