chore: 更新版本号至 v0.4.3,修改相关文档和配置文件
This commit is contained in:
parent
1204e9f134
commit
7fb5ba830d
@ -6,7 +6,7 @@
|
||||
|
||||
<a href="https://trendshift.io/repositories/15845" target="_blank"><img src="https://trendshift.io/api/badge/repositories/15845" alt="Yuxi-Know | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||
|
||||
[](https://github.com/xerrors/Yuxi-Know/tree/v0.4.2)
|
||||
[](https://github.com/xerrors/Yuxi-Know/tree/v0.4.3)
|
||||
[](https://github.com/xerrors/Yuxi-Know/blob/main/docker-compose.yml)
|
||||
[](https://github.com/xerrors/Yuxi-Know/issues)
|
||||
[](https://github.com/xerrors/Yuxi-Know/blob/main/LICENSE)
|
||||
|
||||
@ -16,12 +16,12 @@
|
||||
|
||||
```bash
|
||||
# 克隆稳定版本
|
||||
git clone --branch v0.4.1 --depth 1 https://github.com/xerrors/Yuxi-Know.git
|
||||
git clone --branch v0.4.3 --depth 1 https://github.com/xerrors/Yuxi-Know.git
|
||||
cd Yuxi-Know
|
||||
```
|
||||
|
||||
::: warning 版本说明
|
||||
- `v0.4.1`: 稳定版本
|
||||
- `v0.4.3`: 稳定版本
|
||||
- `main`: 最新开发版本(不稳定,新特性可能会导致新 bug)
|
||||
:::
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "yuxi-know"
|
||||
version = "0.4.2.dev"
|
||||
version = "0.4.3.dev"
|
||||
description = "基于大模型的智能知识库与知识图谱智能体开发平台,融合了 RAG 技术与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
@ -50,4 +50,4 @@ actions:
|
||||
|
||||
# 页脚信息
|
||||
footer:
|
||||
copyright: "© 江南语析 2025 v0.4.2"
|
||||
copyright: "© 江南语析 2025 v0.4.3"
|
||||
|
||||
6
uv.lock
6
uv.lock
@ -7823,7 +7823,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "yuxi-know"
|
||||
version = "0.4.2.dev0"
|
||||
version = "0.4.3.dev0"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "aiofiles" },
|
||||
@ -7863,14 +7863,12 @@ dependencies = [
|
||||
{ name = "networkx" },
|
||||
{ name = "openai" },
|
||||
{ name = "opencv-python-headless" },
|
||||
{ name = "openpyxl" },
|
||||
{ name = "pillow" },
|
||||
{ name = "pyjwt" },
|
||||
{ name = "pymilvus" },
|
||||
{ name = "pymupdf" },
|
||||
{ name = "pymysql" },
|
||||
{ name = "pypinyin" },
|
||||
{ name = "python-docx" },
|
||||
{ name = "python-dotenv" },
|
||||
{ name = "python-jose", extra = ["cryptography"] },
|
||||
{ name = "python-multipart" },
|
||||
@ -7939,14 +7937,12 @@ requires-dist = [
|
||||
{ name = "networkx", specifier = ">=3.5" },
|
||||
{ name = "openai", specifier = ">=1.109" },
|
||||
{ name = "opencv-python-headless", specifier = ">=4.11.0.86" },
|
||||
{ name = "openpyxl", specifier = ">=3.1.5" },
|
||||
{ name = "pillow", specifier = ">=10.5.0" },
|
||||
{ name = "pyjwt", specifier = ">=2.8.0" },
|
||||
{ name = "pymilvus", specifier = ">=2.5.8" },
|
||||
{ name = "pymupdf", specifier = ">=1.25.5" },
|
||||
{ name = "pymysql", specifier = ">=1.1.0" },
|
||||
{ name = "pypinyin", specifier = ">=0.55.0" },
|
||||
{ name = "python-docx", specifier = ">=1.2.0" },
|
||||
{ name = "python-dotenv", specifier = ">=1.1.0" },
|
||||
{ name = "python-jose", extras = ["cryptography"], specifier = ">=3.4.0" },
|
||||
{ name = "python-multipart", specifier = ">=0.0.20" },
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yuxi-know-web",
|
||||
"version": "0.4.2.web",
|
||||
"version": "0.4.3.web",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user