Spaces:
Sleeping
Sleeping
Commit ·
cb610aa
1
Parent(s): e123869
Pin Langchain to 0.2.x series to fix memory import issue
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
-
langchain-openai
|
| 4 |
duckduckgo-search
|
| 5 |
python-dotenv
|
| 6 |
pydantic
|
| 7 |
-
langchain
|
| 8 |
-
langchain-core
|
| 9 |
-
langchain-community
|
| 10 |
python-multipart
|
| 11 |
requests
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
+
langchain-openai>=0.1.0,<0.2.0
|
| 4 |
duckduckgo-search
|
| 5 |
python-dotenv
|
| 6 |
pydantic
|
| 7 |
+
langchain>=0.2.0,<0.3.0
|
| 8 |
+
langchain-core>=0.2.0,<0.3.0
|
| 9 |
+
langchain-community>=0.2.0,<0.3.0
|
| 10 |
python-multipart
|
| 11 |
requests
|