Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
-
requests
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain-core
|
| 2 |
+
langchain-huggingface
|
| 3 |
+
langchain-chroma
|
| 4 |
+
langgraph
|
| 5 |
+
sentence-transformers
|
| 6 |
+
chromadb
|
| 7 |
gradio
|
| 8 |
+
requests
|
| 9 |
+
pandas
|
| 10 |
+
python-dotenv
|