Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
chainlit==0.7.700
|
2 |
+
langchain==0.0.344
|
3 |
+
langchain-community==0.0.13
|
4 |
+
openai==1.3.7
|
5 |
+
chromadb==0.4.18
|
6 |
+
PyPDF2==3.0.1
|
7 |
+
python-dotenv==1.0.0
|