AD-Styles commited on
Commit
0923dda
·
verified ·
1 Parent(s): 279860c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -8
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- gradio
2
- langchain
3
- langchain-google-genai
4
- langchain-community
5
- langchain-chroma
6
- langchain-text-splitters
7
- pypdf
8
- chromadb
 
 
1
+ gradio>=4.0.0
2
+ langchain>=0.2.0
3
+ langchain-core>=0.2.0
4
+ langchain-community>=0.2.0
5
+ langchain-google-genai>=1.0.0
6
+ langchain-chroma>=0.1.1
7
+ langchain-text-splitters>=0.2.0
8
+ chromadb
9
+ pypdf