SatyamPrakash09 commited on
Commit
6c3891d
·
verified ·
1 Parent(s): 0ddd906

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -9
requirements.txt CHANGED
@@ -1,9 +1,17 @@
1
- langchain
2
- langchain_community
3
- langchain-google-genai
4
- gradio
5
- python-dotenv
6
- huggingface_hub
7
- openai
8
- langchain_openai
9
- langchain.chains
 
 
 
 
 
 
 
 
 
1
+ # Core LangChain ecosystem
2
+ langchain>=0.2.0
3
+ langchain-community>=0.2.0
4
+ langchain-openai>=0.2.0
5
+ langchain-google-genai>=0.2.0
6
+
7
+ # Web and interface
8
+ gradio>=4.44.0
9
+
10
+ # Environment handling
11
+ python-dotenv>=1.0.0
12
+
13
+ # Hugging Face utilities
14
+ huggingface_hub>=0.23.0
15
+
16
+ # OpenAI client
17
+ openai>=1.30.0