Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -2,6 +2,8 @@ boto3
|
|
2 |
streamlit
|
3 |
python-dotenv
|
4 |
langchain
|
|
|
|
|
5 |
openai
|
6 |
wikipedia==1.4.0
|
7 |
duckduckgo-search==4.1.0
|
|
|
2 |
streamlit
|
3 |
python-dotenv
|
4 |
langchain
|
5 |
+
langchain-community
|
6 |
+
langchain-core
|
7 |
openai
|
8 |
wikipedia==1.4.0
|
9 |
duckduckgo-search==4.1.0
|