Spaces:
Sleeping
Sleeping
robert
commited on
Commit
·
e2f6cbd
1
Parent(s):
b154f3d
Adding requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain-community==0.2.7
|
2 |
+
langchain-core==0.2.12
|
3 |
+
langchain-huggingface==0.0.3
|
4 |
+
langchain-openai==0.1.14
|
5 |
+
langchain-text-splitters==0.2.2
|
6 |
+
langchain==0.2.7
|
7 |
+
langsmith==0.1.84
|
8 |
+
openai==1.35.13
|
9 |
+
pydantic==2.8.2
|
10 |
+
pydantic_core==2.20.1
|