Spaces:
Sleeping
Sleeping
jeevan
commited on
Commit
·
ecadaa8
1
Parent(s):
7ea82de
fix package version
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
langchain_huggingface==0.0.3
|
2 |
aiofiles==23.2.1
|
3 |
aiohappyeyeballs==2.4.3
|
4 |
aiohttp==3.10.8
|
@@ -38,7 +37,7 @@ jsonpatch==1.33
|
|
38 |
jsonpointer==3.0.0
|
39 |
langchain==0.3.0
|
40 |
langchain-community==0.3.0
|
41 |
-
langchain-core==0.3.
|
42 |
langchain-openai==0.2.0
|
43 |
langchain-qdrant==0.1.4
|
44 |
langchain-text-splitters==0.3.0
|
@@ -97,4 +96,5 @@ websockets==13.1
|
|
97 |
wrapt==1.16.0
|
98 |
wsproto==1.2.0
|
99 |
yarl==1.13.1
|
100 |
-
zipp==3.20.2
|
|
|
|
|
|
1 |
aiofiles==23.2.1
|
2 |
aiohappyeyeballs==2.4.3
|
3 |
aiohttp==3.10.8
|
|
|
37 |
jsonpointer==3.0.0
|
38 |
langchain==0.3.0
|
39 |
langchain-community==0.3.0
|
40 |
+
langchain-core==0.3.1
|
41 |
langchain-openai==0.2.0
|
42 |
langchain-qdrant==0.1.4
|
43 |
langchain-text-splitters==0.3.0
|
|
|
96 |
wrapt==1.16.0
|
97 |
wsproto==1.2.0
|
98 |
yarl==1.13.1
|
99 |
+
zipp==3.20.2
|
100 |
+
langchain_huggingface
|