Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
|
|
| 1 |
aiofiles>=24.1.0
|
| 2 |
unstructured[md]
|
| 3 |
gradio>=5.0.0
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
# Remaining dependencies
|
| 6 |
python-dotenv
|
| 7 |
langchain-huggingface
|
|
|
|
| 1 |
+
# Critical versions for Gradio/Unstructured compatibility
|
| 2 |
aiofiles>=24.1.0
|
| 3 |
unstructured[md]
|
| 4 |
gradio>=5.0.0
|
| 5 |
|
| 6 |
+
# Vector Database
|
| 7 |
+
chromadb
|
| 8 |
+
langchain-chroma
|
| 9 |
+
|
| 10 |
# Remaining dependencies
|
| 11 |
python-dotenv
|
| 12 |
langchain-huggingface
|