Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -19
requirements.txt
CHANGED
|
@@ -1,25 +1,7 @@
|
|
| 1 |
-
# General Utilities
|
| 2 |
python-dotenv
|
| 3 |
-
|
| 4 |
-
# UI Framework
|
| 5 |
gradio>=5.0.0
|
| 6 |
-
|
| 7 |
aiofiles>=24.1.0
|
| 8 |
unstructured-client==0.42.6
|
| 9 |
-
|
| 10 |
-
# LangChain Core and Community
|
| 11 |
-
langchain
|
| 12 |
-
langchain-core
|
| 13 |
-
langchain-community
|
| 14 |
langchain-huggingface
|
| 15 |
-
langchain-
|
| 16 |
-
|
| 17 |
-
# Vector Database and Document Processing
|
| 18 |
-
chromadb
|
| 19 |
-
unstructured
|
| 20 |
-
markdown
|
| 21 |
-
|
| 22 |
-
# AI Models and Hub
|
| 23 |
-
huggingface-hub
|
| 24 |
sentence-transformers
|
| 25 |
-
|
|
|
|
|
|
|
| 1 |
python-dotenv
|
|
|
|
|
|
|
| 2 |
gradio>=5.0.0
|
|
|
|
| 3 |
aiofiles>=24.1.0
|
| 4 |
unstructured-client==0.42.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
langchain-huggingface
|
| 6 |
+
langchain-community
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
sentence-transformers
|
|
|