Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
langchain
|
| 3 |
+
langchain-community
|
| 4 |
+
langchain-core
|
| 5 |
+
langchain-huggingface
|
| 6 |
+
huggingface_hub
|
| 7 |
+
youtube-transcript-api
|
| 8 |
+
sentence-transformers
|
| 9 |
+
chromadb
|
| 10 |
+
python-dotenv
|