Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -4
requirements.txt
CHANGED
@@ -1,8 +1,14 @@
|
|
1 |
gradio
|
2 |
requests
|
3 |
-
python-dotenv
|
4 |
-
langgraph
|
5 |
langchain
|
6 |
-
langchain-google-genai
|
7 |
langchain-community
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
requests
|
|
|
|
|
3 |
langchain
|
|
|
4 |
langchain-community
|
5 |
+
langchain-core
|
6 |
+
langchain-google-genai
|
7 |
+
langchain-huggingface
|
8 |
+
langchain-tavily
|
9 |
+
langchain-chroma
|
10 |
+
langgraph
|
11 |
+
arxiv
|
12 |
+
pymupdf
|
13 |
+
wikipedia
|
14 |
+
python-dotenv
|