Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
langchain
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
streamlit
|
| 4 |
-
|
| 5 |
openai
|
| 6 |
tiktoken
|
| 7 |
python-dotenv
|
|
|
|
| 1 |
langchain
|
| 2 |
+
langchain-community
|
| 3 |
+
langchain-core
|
| 4 |
+
langchain-experimental
|
| 5 |
streamlit
|
| 6 |
+
streamlit-chat
|
| 7 |
openai
|
| 8 |
tiktoken
|
| 9 |
python-dotenv
|