Spaces:
Runtime error
Runtime error
langchain-community # Added by J. Bours 25-03-2024
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -11,7 +11,7 @@ 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
|
15 |
|
16 |
#[tool.poetry]
|
17 |
#name = "local-rag-example"
|
|
|
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"
|