Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ langchain==0.0.174
|
|
3 |
huggingface-hub==0.14.1
|
4 |
chromadb==0.3.23
|
5 |
pdfminer.six==20221105
|
6 |
-
unstructured==0.6.10
|
|
|
|
3 |
huggingface-hub==0.14.1
|
4 |
chromadb==0.3.23
|
5 |
pdfminer.six==20221105
|
6 |
+
unstructured==0.6.10
|
7 |
+
tabulate
|