josondev commited on
Commit
d57af50
·
verified ·
1 Parent(s): 4dcc8e2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,8 +1,3 @@
1
- gradio
2
- langchain
3
- langchain-core
4
- langchain-community
5
- langchain-groq
6
  langchain-google-genai
7
  langchain-huggingface
8
  langgraph
@@ -16,9 +11,16 @@ faiss-cpu
16
  google-generativeai
17
  agno
18
  supabase
 
 
 
 
 
 
 
 
19
  sentence-transformers==2.2.2
20
  supabase==1.0.4
21
  python-dotenv==1.0.0
22
- pandas==2.0.3
23
- psycopg2-binary==2.9.7
24
- asyncpg==0.28.0
 
 
 
 
 
 
1
  langchain-google-genai
2
  langchain-huggingface
3
  langgraph
 
11
  google-generativeai
12
  agno
13
  supabase
14
+ gradio==4.44.0
15
+ numpy==1.24.3
16
+ pandas==2.0.3
17
+ langchain==0.1.0
18
+ langchain-core==0.1.0
19
+ langchain-community==0.0.10
20
+ langchain-groq==0.0.3
21
+ faiss-cpu==1.7.4
22
  sentence-transformers==2.2.2
23
  supabase==1.0.4
24
  python-dotenv==1.0.0
25
+ requests==2.31.0
26
+