YO-LOLO commited on
Commit
15f2856
·
verified ·
1 Parent(s): a2bf7e4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -18
requirements.txt CHANGED
@@ -1,20 +1,14 @@
1
- PyMuPDFLoader
2
- UnstructuredExcelLoader
3
- RecursiveCharacterTextSplitter
4
- HuggingFaceEmbeddings
5
- Chroma
6
- PromptTemplate
7
- AutoTokenizer
8
- AutoModelForCausalLM
9
- T5ForConditionalGeneration
10
- Document
11
- fitz
12
- time
13
- hashlib
14
- datetime
15
- PIL
16
- Image
17
- import easyocr
18
  accelerate==0.15.0
19
  aiofiles==23.2.1
20
  aiohttp==3.8.3
@@ -98,7 +92,6 @@ jupyterlab-pygments==0.2.2
98
  jupyterlab-widgets==3.0.5
99
  kiwisolver==1.4.4
100
  linkify-it-py==1.0.3
101
- langchain
102
  markdown-it-py==2.1.0
103
  MarkupSafe==2.1.1
104
  matplotlib==3.6.2
 
1
+ langchain
2
+ langchain-community
3
+ pathlib
4
+ opencv-python
5
+ openpyxl
6
+ pillow
7
+ easyocr
8
+ PyMuPDF
9
+ tiktoken
10
+ chromadb
11
+ unstructured
 
 
 
 
 
 
12
  accelerate==0.15.0
13
  aiofiles==23.2.1
14
  aiohttp==3.8.3
 
92
  jupyterlab-widgets==3.0.5
93
  kiwisolver==1.4.4
94
  linkify-it-py==1.0.3
 
95
  markdown-it-py==2.1.0
96
  MarkupSafe==2.1.1
97
  matplotlib==3.6.2