Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain-core==0.2.40
|
2 |
+
langchain==0.2.16
|
3 |
+
langchain-cohere==0.1.9
|
4 |
+
langchain-community==0.2.17
|
5 |
+
langchain-experimental==0.0.65
|
6 |
+
langchain-openai==0.1.25
|
7 |
+
langchain-text-splitters==0.2.4
|
8 |
+
crewai
|
9 |
+
'langchain-groq>=0.1,<0.2'
|