Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
langchain
|
|
|
|
|
|
|
2 |
gradio==4.26.0
|
3 |
-
huggingface-hub==0.23.3
|
4 |
sentence-transformers==3.0.1
|
5 |
pymupdf==1.24.2
|
6 |
faiss-cpu==1.8.0
|
|
|
1 |
+
langchain==0.2.0
|
2 |
+
langchain-community==0.2.0
|
3 |
+
langchain-core==0.2.0
|
4 |
+
langchain-text-splitters==0.2.0
|
5 |
gradio==4.26.0
|
6 |
+
huggingface-hub==0.23.3
|
7 |
sentence-transformers==3.0.1
|
8 |
pymupdf==1.24.2
|
9 |
faiss-cpu==1.8.0
|