build: 添加 langchain-core 依赖
添加 langchain-core >= 1.2.5 到项目依赖列表 Warning: LangChain高危漏洞 Fixes #408
This commit is contained in:
parent
148dcf2e43
commit
e0f7d3dc14
@ -16,12 +16,12 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 克隆稳定版本
|
# 克隆稳定版本
|
||||||
git clone --branch v0.4.0 --depth 1 https://github.com/xerrors/Yuxi-Know.git
|
git clone --branch v0.4.1 --depth 1 https://github.com/xerrors/Yuxi-Know.git
|
||||||
cd Yuxi-Know
|
cd Yuxi-Know
|
||||||
```
|
```
|
||||||
|
|
||||||
::: warning 版本说明
|
::: warning 版本说明
|
||||||
- `v0.4.0`: 稳定版本
|
- `v0.4.1`: 稳定版本
|
||||||
- `main`: 最新开发版本(不稳定,新特性可能会导致新 bug)
|
- `main`: 最新开发版本(不稳定,新特性可能会导致新 bug)
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|||||||
@ -9,6 +9,7 @@ dependencies = [
|
|||||||
"aiosqlite>=0.20.0",
|
"aiosqlite>=0.20.0",
|
||||||
"sqlalchemy[asyncio]>=2.0.0",
|
"sqlalchemy[asyncio]>=2.0.0",
|
||||||
"langchain>=1.2.0",
|
"langchain>=1.2.0",
|
||||||
|
"langchain-core >= 1.2.5",
|
||||||
"chromadb>=1.3",
|
"chromadb>=1.3",
|
||||||
"colorlog>=6.9.0",
|
"colorlog>=6.9.0",
|
||||||
"dashscope>=1.23.2",
|
"dashscope>=1.23.2",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user