Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pysqlite3-binary
|
2 |
+
numpy
|
3 |
+
langchain==0.0.247
|
4 |
+
PyPDF2==3.0.1
|
5 |
+
llama-cpp-python
|
6 |
+
gpt4all
|
7 |
+
chromadb
|
8 |
+
pandas==1.5.3
|
9 |
+
streamlit==1.25.0
|
10 |
+
huggingface_hub==0.16.4
|