Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -32,11 +32,11 @@ tokenizers>=0.19.1
|
|
| 32 |
accelerate==0.23.0
|
| 33 |
|
| 34 |
# LangChain ecosystem (0.2.x family; compatible with langchain-core==0.2.5)
|
| 35 |
-
langchain
|
| 36 |
-
langchain-core
|
| 37 |
-
langchain-huggingface
|
| 38 |
|
| 39 |
# Use a langchain-community 0.2.x release (compatible with langchain-core 0.2.x)
|
| 40 |
# Pick a recent 0.2.x community release instead of 0.0.4 which pins core<0.2
|
| 41 |
-
|
| 42 |
langchain_openai
|
|
|
|
| 32 |
accelerate==0.23.0
|
| 33 |
|
| 34 |
# LangChain ecosystem (0.2.x family; compatible with langchain-core==0.2.5)
|
| 35 |
+
langchain
|
| 36 |
+
langchain-core
|
| 37 |
+
langchain-huggingface
|
| 38 |
|
| 39 |
# Use a langchain-community 0.2.x release (compatible with langchain-core 0.2.x)
|
| 40 |
# Pick a recent 0.2.x community release instead of 0.0.4 which pins core<0.2
|
| 41 |
+
langchain-community
|
| 42 |
langchain_openai
|