Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
tiktoken
|
4 |
-
pypdf
|
5 |
-
unstructured[local-inference]
|
6 |
-
gradio
|
7 |
chromadb
|
8 |
-
Pillow
|
|
|
|
|
|
|
|
|
|
1 |
+
unstructured[local-inference]
|
2 |
+
gradio
|
|
|
|
|
|
|
|
|
3 |
chromadb
|
4 |
+
Pillow
|
5 |
+
openai
|
6 |
+
langchain
|
7 |
+
tiktoken
|
8 |
+
pypdf
|