Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
# local-rag-example
|
2 |
-
python
|
3 |
-
langchain
|
4 |
streamlit-chat >= "0.1.1"
|
5 |
-
pypdf
|
6 |
-
fastembed
|
7 |
-
openai
|
8 |
-
langchainhub
|
9 |
-
chromadb
|
10 |
-
streamlit
|
11 |
-
watchdog
|
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 |
|