Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
torch
|
| 2 |
langchain
|
|
|
|
| 3 |
pydantic==1.10.9
|
| 4 |
streamlit==1.23.1
|
| 5 |
streamlit_chat==0.0.2.2
|
|
|
|
| 1 |
torch
|
| 2 |
langchain
|
| 3 |
+
langchain-community
|
| 4 |
pydantic==1.10.9
|
| 5 |
streamlit==1.23.1
|
| 6 |
streamlit_chat==0.0.2.2
|