Spaces:
Running
Running
Update requirements.txt
Browse files- 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
|