JBHF commited on
Commit
24a83cc
·
verified ·
1 Parent(s): d48fb15

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
  # local-rag-example
2
- python == ">=3.9,<3.9.7 || >3.9.7,<3.12"
3
- langchain >= "0.0.343"
4
  streamlit-chat >= "0.1.1"
5
- pypdf >= "3.17.1"
6
- fastembed >= "0.1.1"
7
- openai >= "1.3.6"
8
- langchainhub >= "0.1.14"
9
- chromadb >= "0.4.18"
10
- streamlit >= "1.29.0"
11
- watchdog >= "3.0.0"
12
 
13
 
14
 
 
1
  # local-rag-example
2
+ python == 3.9 # ">=3.9,<3.9.7 || >3.9.7,<3.12"
3
+ langchain >= "0.0.343"
4
  streamlit-chat >= "0.1.1"
5
+ pypdf >= "3.17.1"
6
+ fastembed >= "0.1.1"
7
+ openai >= "1.3.6"
8
+ langchainhub >= "0.1.14"
9
+ chromadb >= "0.4.18"
10
+ streamlit >= "1.29.0"
11
+ watchdog >= "3.0.0"
12
 
13
 
14