Spaces:
Sleeping
Sleeping
robert
commited on
Commit
•
4d5959b
1
Parent(s):
c882f64
Adding own dependencies with req file
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.2.7
|
2 |
+
langchain-community==0.2.7
|
3 |
+
langchain-core==0.2.12
|
4 |
+
langchain-openai==0.1.14
|
5 |
+
langchain-text-splitters==0.2.2
|
6 |
+
langsmith==0.1.84
|
7 |
+
openai==1.35.13
|
8 |
+
pydantic==2.8.2
|
9 |
+
pydantic_core==2.20.1
|
10 |
+
|
11 |
+
|