Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
-
langchain
|
3 |
-
langchain-community
|
4 |
-
pymupdf
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
bitsandbytes
|
10 |
-
huggingface-hub
|
11 |
-
pydantic==2.10.6
|
|
|
1 |
+
streamlit==1.29.0
|
2 |
+
langchain==0.1.12
|
3 |
+
langchain-community==0.0.28
|
4 |
+
pymupdf==1.23.25
|
5 |
+
sentence-transformers==2.5.1
|
6 |
+
huggingface-hub==0.21.4
|
7 |
+
python-dotenv==1.0.0
|
8 |
+
faiss-cpu==1.7.4 # For CPU compatibility
|
|
|
|
|
|