Abbasid commited on
Commit
d490d45
·
verified ·
1 Parent(s): b5566d9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -7
requirements.txt CHANGED
@@ -1,10 +1,21 @@
1
  gradio
2
  requests
3
- faiss-cpu==1.8.0
4
- langchain-community==0.2.0
5
- langgraph==0.1.0
6
- langchain-core==0.2.0
 
7
  langchain-huggingface==0.0.3
8
- langchain-google-genai==1.0.0
9
- pillow
10
- cachetools
 
 
 
 
 
 
 
 
 
 
 
1
  gradio
2
  requests
3
+ # --- Vector & retrieval
4
+ faiss-cpu==1.8.0.post1
5
+ sentence-transformers==2.7.0
6
+ langchain-community==0.2.10
7
+ langchain-core==0.2.23
8
  langchain-huggingface==0.0.3
9
+
10
+ # --- LangGraph agent framework
11
+ langgraph==0.2.15
12
+
13
+ # --- LLM providers
14
+ langchain-google-genai==1.0.8
15
+ langchain-groq==0.1.6
16
+ langchain-huggingface==0.0.3 # (listed twice, safe)
17
+
18
+ # --- Tools & utilities
19
+ pillow==10.4.0
20
+ cachetools==5.4.0
21
+ python-dotenv==1.0.1