Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
tiktoken
|
|
|
|
1 |
+
langchain==0.0.234
|
2 |
+
openai==0.27.8
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
streamlit==1.24.1
|
5 |
+
llama-cpp-python==0.1.65
|
6 |
+
PyPDF2==3.0.1
|
7 |
+
tiktoken==0.4.0
|
8 |
+
qdrant-client==1.3.1
|