Skip to content

Commit f5b8324

Browse files
committed
fix: No module named 'langchain_community'
Signed-off-by: yihong0618 <[email protected]>
1 parent c9fd4bc commit f5b8324

File tree

3 files changed

+27
-26
lines changed

3 files changed

+27
-26
lines changed

pdm.lock

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies = [
2727
"tetos>=0.2.1",
2828
"groq>=0.5.0",
2929
"pyyaml>=6.0.1",
30+
"langchain-community>=0.0.38",
3031
]
3132
license = {text = "MIT"}
3233
dynamic = ["version", "optional-dependencies"]

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ certifi==2024.2.2
1414
charset-normalizer==3.3.2
1515
click==8.1.7
1616
colorama==0.4.6; platform_system == "Windows"
17-
dashscope==1.19.0
17+
dashscope==1.19.1
1818
dataclasses-json==0.6.3
1919
distro==1.9.0
2020
edge-tts==6.1.10
@@ -40,10 +40,10 @@ httpx==0.27.0
4040
idna==3.7
4141
jsonpatch==1.33
4242
jsonpointer==2.4
43-
langchain==0.1.20
44-
langchain-community==0.0.38
45-
langchain-core==0.1.52
46-
langchain-text-splitters==0.0.1
43+
langchain==0.2.0
44+
langchain-community==0.2.0
45+
langchain-core==0.2.0
46+
langchain-text-splitters==0.2.0
4747
langsmith==0.1.45
4848
markdown-it-py==3.0.0
4949
marshmallow==3.20.1

0 commit comments

Comments
 (0)