Spaces:
Running
Running
suh4s
commited on
Commit
·
a8420e5
1
Parent(s):
f6c5d2c
fixed requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ chainlit==2.5.5
|
|
2 |
langchain-community==0.3.14
|
3 |
langchain-openai==0.2.14
|
4 |
langchain-core>=0.3.29,<0.4.0
|
|
|
5 |
langgraph==0.2.61
|
6 |
openai>=1.18.0
|
7 |
python-dotenv>=1.0.1
|
|
|
2 |
langchain-community==0.3.14
|
3 |
langchain-openai==0.2.14
|
4 |
langchain-core>=0.3.29,<0.4.0
|
5 |
+
langchain-huggingface==0.1.2
|
6 |
langgraph==0.2.61
|
7 |
openai>=1.18.0
|
8 |
python-dotenv>=1.0.1
|