Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -1,2 +1,11 @@
|
|
1 |
llama-cpp-python
|
2 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
llama-cpp-python
|
2 |
+
huggingface_hub
|
3 |
+
|
4 |
+
langchain==0.0.222
|
5 |
+
PyPDF2==3.0.1
|
6 |
+
python-dotenv==1.0.0
|
7 |
+
streamlit==1.24.0
|
8 |
+
streamlit_chat==0.1.1
|
9 |
+
openai==0.27.8
|
10 |
+
tiktoken==0.4.0
|
11 |
+
faiss-cpu
|