Spaces:
Build error
Build error
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
httpx
|
| 3 |
+
python-dotenv==1.0.0
|
| 4 |
+
langchain-community==0.0.38
|
| 5 |
+
langchain-text-splitters==0.0.1
|
| 6 |
+
langchain-openai==0.0.8
|
| 7 |
+
langchain-core==0.1.52
|
| 8 |
+
langchain==0.1.16
|
| 9 |
+
pypdf
|
| 10 |
+
chromadb
|