Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -18
requirements.txt
CHANGED
|
@@ -1,21 +1,10 @@
|
|
| 1 |
gradio
|
|
|
|
| 2 |
requests
|
| 3 |
-
langchain
|
| 4 |
-
langchain-community
|
| 5 |
-
langchain-core
|
| 6 |
-
langchain-google-genai
|
| 7 |
-
langchain-huggingface
|
| 8 |
-
langchain-groq
|
| 9 |
-
langchain-tavily
|
| 10 |
-
langchain-chroma
|
| 11 |
-
langgraph
|
| 12 |
-
huggingface_hub
|
| 13 |
-
supabase
|
| 14 |
-
arxiv
|
| 15 |
-
pymupdf
|
| 16 |
-
wikipedia
|
| 17 |
-
pgvector
|
| 18 |
python-dotenv
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
gradio[oauth]
|
| 3 |
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
python-dotenv
|
| 5 |
+
pandas
|
| 6 |
+
smolagents
|
| 7 |
+
wikipedia-api
|
| 8 |
+
google-generativeai
|
| 9 |
+
smolagents[litellm]
|
| 10 |
+
tabulate
|