KeenWoo commited on
Commit
291d214
·
verified ·
1 Parent(s): 4e8a55a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -5
requirements.txt CHANGED
@@ -1,11 +1,20 @@
1
- openai>=1.40
 
2
  langchain>=0.2
3
  langchain-openai>=0.1
4
  langchain-community>=0.2
5
- langchain-huggingface>=0.0.3 # <-- ADD THIS NEW PACKAGE
 
 
 
6
  faiss-cpu>=1.8
7
  sentence-transformers>=3.0
8
- gradio>=4.44
 
 
 
 
 
9
  gTTS>=2.5
10
- pydantic>=2
11
- pytube>=15.0.0
 
1
+ # Core AI and LangChain Framework
2
+ openai>=1.4.0
3
  langchain>=0.2
4
  langchain-openai>=0.1
5
  langchain-community>=0.2
6
+ langchain-huggingface>=0.0.3
7
+ pydantic>=2
8
+
9
+ # Vector Store and Embeddings
10
  faiss-cpu>=1.8
11
  sentence-transformers>=3.0
12
+
13
+ # User Interface
14
+ gradio>=4.20.0
15
+ # gradio>=4.44
16
+
17
+ # Utilities
18
  gTTS>=2.5
19
+ pytube>=15.0.0
20
+ python-dotenv>=1.0.0