Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
streamlit
|
| 2 |
yt-dlp
|
| 3 |
-
langchain
|
| 4 |
-
langchain
|
| 5 |
-
langchain-
|
| 6 |
langchain-community
|
| 7 |
-
google-generativeai
|
| 8 |
-
langchain-google-genai
|
| 9 |
langchain-text-splitters
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
yt-dlp
|
| 3 |
+
langchain-core>=0.2.0
|
| 4 |
+
langchain>=0.2.0
|
| 5 |
+
langchain-google-genai>=1.0.0
|
| 6 |
langchain-community
|
|
|
|
|
|
|
| 7 |
langchain-text-splitters
|
| 8 |
+
langchain-chroma
|
| 9 |
+
sentence-transformers
|
| 10 |
+
google-generativeai
|
| 11 |
+
transformers
|
| 12 |
+
pydantic>=2.0.0
|