Spaces:
Sleeping
Sleeping
Commit ·
20ffe70
1
Parent(s): 2c63a44
chore: Pin langchain dependencies to exact versions
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -6,10 +6,10 @@ accelerate>=0.33.0
|
|
| 6 |
bitsandbytes>=0.43.0
|
| 7 |
sentence-transformers>=5.0.0
|
| 8 |
pypdf>=5.0.0
|
| 9 |
-
langchain-core
|
| 10 |
-
langchain-text-splitters
|
| 11 |
-
langchain-community
|
| 12 |
-
langchain-huggingface
|
| 13 |
faiss-cpu>=1.8.0
|
| 14 |
pymongo>=4.0.0
|
| 15 |
dnspython>=2.0.0
|
|
|
|
| 6 |
bitsandbytes>=0.43.0
|
| 7 |
sentence-transformers>=5.0.0
|
| 8 |
pypdf>=5.0.0
|
| 9 |
+
langchain-core==1.0.5
|
| 10 |
+
langchain-text-splitters==1.0.0
|
| 11 |
+
langchain-community==0.4.1
|
| 12 |
+
langchain-huggingface==1.0.1
|
| 13 |
faiss-cpu>=1.8.0
|
| 14 |
pymongo>=4.0.0
|
| 15 |
dnspython>=2.0.0
|