Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -22
requirements.txt
CHANGED
@@ -1,28 +1,12 @@
|
|
1 |
-
|
2 |
-
langchain
|
3 |
langchain-community
|
4 |
-
langchain-
|
5 |
-
|
6 |
-
# FAISS for vector store
|
7 |
-
faiss-cpu
|
8 |
-
|
9 |
-
# Embeddings and models
|
10 |
sentence-transformers
|
11 |
transformers
|
12 |
torch
|
13 |
-
|
14 |
-
|
15 |
-
# PDF parsing and image extraction
|
16 |
-
unstructured[pdf]
|
17 |
-
pypdf
|
18 |
PyPDF2
|
19 |
-
|
20 |
-
# Image processing for BLIP
|
21 |
-
Pillow
|
22 |
-
opencv-python
|
23 |
-
|
24 |
-
# Gradio UI
|
25 |
-
gradio
|
26 |
-
|
27 |
-
# Utilities
|
28 |
tqdm
|
|
|
1 |
+
gradio==4.27.0
|
2 |
+
langchain==0.2.2
|
3 |
langchain-community
|
4 |
+
langchain-huggingface
|
|
|
|
|
|
|
|
|
|
|
5 |
sentence-transformers
|
6 |
transformers
|
7 |
torch
|
8 |
+
faiss-cpu
|
9 |
+
pymupdf
|
|
|
|
|
|
|
10 |
PyPDF2
|
11 |
+
chromadb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
tqdm
|