Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
PyPDF2==3.0.1
|
| 2 |
+
langchain==0.2.5
|
| 3 |
+
langchain_community==0.2.5
|
| 4 |
+
chainlit==1.1.400
|
| 5 |
+
langchain_openai==0.1.9
|
| 6 |
+
chromadb==0.3.29
|
| 7 |
+
pydantic<2.0.0,>=1.8.0
|
| 8 |
+
dataclasses-json==0.5.7
|
| 9 |
+
fastapi==0.110.0
|
| 10 |
+
uvicorn[standard]
|