Spaces:
Runtime error
Runtime error
langchain-community. # Added by J. Bours 25-03-2024
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -9,9 +9,9 @@ langchainhub >= 0.1.14
|
|
9 |
chromadb >= 0.4.18
|
10 |
streamlit >= 1.29.0
|
11 |
watchdog >= 3.0.0
|
12 |
-
transformers
|
13 |
-
torch
|
14 |
-
|
15 |
|
16 |
#[tool.poetry]
|
17 |
#name = "local-rag-example"
|
|
|
9 |
chromadb >= 0.4.18
|
10 |
streamlit >= 1.29.0
|
11 |
watchdog >= 3.0.0
|
12 |
+
transformers # Added by J. Bours 01-03-2024
|
13 |
+
torch # Added by J. Bours 01-03-2024 (this is pytorch)
|
14 |
+
langchain-community. # Added by J. Bours 25-03-2024
|
15 |
|
16 |
#[tool.poetry]
|
17 |
#name = "local-rag-example"
|