Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
torch==2.2.1
|
2 |
transformers==4.38.2
|
3 |
-
langchain==0.
|
4 |
-
langchain-community==0.0.
|
5 |
-
gradio==
|
6 |
pymupdf==1.24.1
|
7 |
sentence-transformers==2.3.1
|
8 |
accelerate==0.27.2
|
9 |
bitsandbytes==0.42.0
|
10 |
huggingface-hub==0.21.4
|
11 |
-
langsmith==0.
|
|
|
|
1 |
torch==2.2.1
|
2 |
transformers==4.38.2
|
3 |
+
langchain==0.1.14
|
4 |
+
langchain-community==0.0.30
|
5 |
+
gradio==4.24.0
|
6 |
pymupdf==1.24.1
|
7 |
sentence-transformers==2.3.1
|
8 |
accelerate==0.27.2
|
9 |
bitsandbytes==0.42.0
|
10 |
huggingface-hub==0.21.4
|
11 |
+
langsmith==0.1.13
|
12 |
+
langchain-core==0.1.45
|