Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -5,7 +5,6 @@ langchain
|
|
5 |
langchain_community
|
6 |
openai
|
7 |
pymongo
|
8 |
-
pypdf
|
9 |
numpy
|
10 |
python-dotenv
|
11 |
tiktoken
|
@@ -22,11 +21,15 @@ Pygments
|
|
22 |
llama_index
|
23 |
markdown
|
24 |
markdown2
|
25 |
-
duckduckgo_search
|
26 |
-
tavily-python
|
27 |
scikit-learn
|
28 |
nltk
|
29 |
pyspellchecker
|
30 |
reportlab
|
31 |
PyPDF2
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
langchain-huggingface
|
|
|
5 |
langchain_community
|
6 |
openai
|
7 |
pymongo
|
|
|
8 |
numpy
|
9 |
python-dotenv
|
10 |
tiktoken
|
|
|
21 |
llama_index
|
22 |
markdown
|
23 |
markdown2
|
|
|
|
|
24 |
scikit-learn
|
25 |
nltk
|
26 |
pyspellchecker
|
27 |
reportlab
|
28 |
PyPDF2
|
29 |
+
python-Levenshtein
|
30 |
+
fuzzywuzzy
|
31 |
+
python-docx
|
32 |
+
python-pptx
|
33 |
+
pypdf
|
34 |
+
PyMuPDF
|
35 |
langchain-huggingface
|