damoojeje commited on
Commit
f54f21b
·
verified ·
1 Parent(s): 44d1669

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -36,4 +36,7 @@ requests
36
  beautifulsoup4 # Parsing for HTML-in-PDFs (e.g., diagrams/tables)
37
  pydantic # Chromadb is not yet compatible with pydantic 2.x
38
  numpy # Ensures compatibility with chromadb and transformers
39
- tqdm # Progress bar (used in embedding scripts)
 
 
 
 
36
  beautifulsoup4 # Parsing for HTML-in-PDFs (e.g., diagrams/tables)
37
  pydantic # Chromadb is not yet compatible with pydantic 2.x
38
  numpy # Ensures compatibility with chromadb and transformers
39
+ tqdm # Progress bar (used in embedding scripts)
40
+
41
+ # Natural Language Toolkit=========
42
+ nltk