Spaces:
Build error
Build error
Commit
·
0546bfa
1
Parent(s):
4dcaa13
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain==0.0.154
|
| 2 |
+
PyPDF2==3.0.1
|
| 3 |
+
python-dotenv==1.0.0
|
| 4 |
+
faiss-cpu==1.7.4
|
| 5 |
+
altair<5
|
| 6 |
+
openai
|
| 7 |
+
tiktoken
|
| 8 |
+
streamlit_chat
|