Viper51 commited on
Commit
ab4b78e
·
verified ·
1 Parent(s): 629af1b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,10 +1,12 @@
1
  streamlit
2
  yt-dlp
3
- langchain
4
- langchain-core
5
- langchain-chroma
6
  langchain-community
7
- google-generativeai
8
- langchain-google-genai
9
  langchain-text-splitters
10
- pydantic
 
 
 
 
 
1
  streamlit
2
  yt-dlp
3
+ langchain-core>=0.2.0
4
+ langchain>=0.2.0
5
+ langchain-google-genai>=1.0.0
6
  langchain-community
 
 
7
  langchain-text-splitters
8
+ langchain-chroma
9
+ sentence-transformers
10
+ google-generativeai
11
+ transformers
12
+ pydantic>=2.0.0