Create requirements.txt
Browse files- requirements.txt +35 -0
requirements.txt
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
bs4
|
2 |
+
chromadb
|
3 |
+
gradio>=3.50.2
|
4 |
+
langchain
|
5 |
+
langchain_community
|
6 |
+
openai
|
7 |
+
pymongo
|
8 |
+
numpy
|
9 |
+
python-dotenv
|
10 |
+
tiktoken
|
11 |
+
yt_dlp
|
12 |
+
text_generation
|
13 |
+
transformers
|
14 |
+
sentence-transformers
|
15 |
+
mdtex2html
|
16 |
+
pypinyin
|
17 |
+
socksio
|
18 |
+
tqdm
|
19 |
+
colorama
|
20 |
+
Pygments
|
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
|