Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
llama-cpp-python==0.2.18
|
| 2 |
+
langchain==0.0.331
|
| 3 |
+
huggingface-hub==0.17.3
|
| 4 |
+
chromadb==0.4.18
|
| 5 |
+
pdfminer.six==20221105
|
| 6 |
+
unstructured==0.6.10
|
| 7 |
+
gradio==4.8.0
|
| 8 |
+
tabulate==0.9.0
|
| 9 |
+
sentence-transformers==2.2.2
|