Update requirements.txt
Browse files- requirements.txt +1 -13
requirements.txt
CHANGED
@@ -1,16 +1,3 @@
|
|
1 |
-
langchain-google-genai
|
2 |
-
langchain-huggingface
|
3 |
-
langgraph
|
4 |
-
python-dotenv
|
5 |
-
requests
|
6 |
-
pandas
|
7 |
-
tavily-python
|
8 |
-
wikipedia
|
9 |
-
sentence-transformers
|
10 |
-
faiss-cpu
|
11 |
-
google-generativeai
|
12 |
-
agno
|
13 |
-
supabase
|
14 |
gradio==4.44.0
|
15 |
numpy==1.24.3
|
16 |
pandas==2.0.3
|
@@ -24,3 +11,4 @@ supabase==1.0.4
|
|
24 |
python-dotenv==1.0.0
|
25 |
requests==2.31.0
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio==4.44.0
|
2 |
numpy==1.24.3
|
3 |
pandas==2.0.3
|
|
|
11 |
python-dotenv==1.0.0
|
12 |
requests==2.31.0
|
13 |
|
14 |
+
|