damoojeje commited on
Commit
86e0553
·
verified ·
1 Parent(s): be51358

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -29
requirements.txt CHANGED
@@ -1,45 +1,18 @@
1
- # ===============================
2
- # 📦 Embedding + Vector Search
3
- # ===============================
4
  chromadb
5
  sentence-transformers
6
- torch
7
-
8
- # ===============================
9
- # 🤖 LLM-Based QA
10
- # ===============================
11
  transformers
12
  accelerate
13
  huggingface-hub
14
-
15
- # ===============================
16
- # 📄 PDF Parsing
17
- # ===============================
18
  pymupdf
19
  pdfminer.six
20
-
21
- # ===============================
22
- # 🖼️ OCR + Image Handling
23
- # ===============================
24
  pytesseract
25
  Pillow
26
-
27
- # ===============================
28
- # 🌐 UI Interface
29
- # ===============================
30
  gradio
31
  requests
32
-
33
- # ===============================
34
- # 🛠 Utilities and Fixes
35
- # ===============================
36
  beautifulsoup4
37
- pydantic # Important: lock to v1.x (chroma not yet compatible with pydantic 2)
38
  numpy
39
  tqdm
40
-
41
- # 🔤 NLP & DOCX Parsing
42
  nltk
43
- spacy
44
- python-docx
45
  docx2txt
 
 
 
 
 
1
  chromadb
2
  sentence-transformers
 
 
 
 
 
3
  transformers
4
  accelerate
5
  huggingface-hub
 
 
 
 
6
  pymupdf
7
  pdfminer.six
 
 
 
 
8
  pytesseract
9
  Pillow
 
 
 
 
10
  gradio
11
  requests
 
 
 
 
12
  beautifulsoup4
13
+ pydantic
14
  numpy
15
  tqdm
 
 
16
  nltk
 
 
17
  docx2txt
18
+ python-docx