Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +26 -1
requirements.txt
CHANGED
@@ -3,4 +3,29 @@ langchain
|
|
3 |
chromadb
|
4 |
sentence-transformers
|
5 |
pypdf
|
6 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
chromadb
|
4 |
sentence-transformers
|
5 |
pypdf
|
6 |
+
huggingface_hub
|
7 |
+
# Core dependencies
|
8 |
+
langchain
|
9 |
+
langchain-community
|
10 |
+
langchainhub
|
11 |
+
chromadb
|
12 |
+
unstructured
|
13 |
+
|
14 |
+
# PDF and file handling
|
15 |
+
pypdf
|
16 |
+
pdfminer.six
|
17 |
+
docx2txt
|
18 |
+
|
19 |
+
# UI
|
20 |
+
gradio
|
21 |
+
|
22 |
+
# Embeddings and LLMs
|
23 |
+
sentence-transformers
|
24 |
+
transformers
|
25 |
+
accelerate
|
26 |
+
torch
|
27 |
+
|
28 |
+
# Utilities
|
29 |
+
tqdm
|
30 |
+
faiss-cpu
|
31 |
+
python-docx
|