chore: v0.5.3

This commit is contained in:
Wenjie Zhang 2026-03-17 03:45:43 +08:00
parent f2096b4004
commit 3973a185fa
7 changed files with 356 additions and 351 deletions

View File

@ -2,7 +2,7 @@
<div align="center">
<h1>语析 - 基于大模型的知识库与知识图谱智能体开发平台</h1>
[![Stable](https://img.shields.io/badge/stable-v0.5.1-blue.svg)](https://github.com/xerrors/Yuxi-Know/tree/v0.5.1)
[![Stable](https://img.shields.io/badge/stable-v0.5.3-blue.svg)](https://github.com/xerrors/Yuxi-Know/tree/v0.5.3)
[![](https://img.shields.io/badge/Docker-2496ED?style=flat&logo=docker&logoColor=ffffff)](https://github.com/xerrors/Yuxi-Know/blob/main/docker-compose.yml)
[![](https://img.shields.io/github/issues/xerrors/Yuxi-Know?color=F48D73)](https://github.com/xerrors/Yuxi-Know/issues)
[![License](https://img.shields.io/github/license/bitcookies/winrar-keygen.svg?logo=github)](https://github.com/xerrors/Yuxi-Know/blob/main/LICENSE)
@ -120,7 +120,7 @@
克隆代码,并初始化
```
git clone --branch v0.5.1 --depth 1 https://github.com/xerrors/Yuxi-Know.git
git clone --branch v0.5.3 --depth 1 https://github.com/xerrors/Yuxi-Know.git
cd Yuxi-Know
# Linux/macOS

View File

@ -15,8 +15,8 @@ Yuxi-Know语析是一个基于知识图谱和向量数据库的智能知
### 步骤一:获取项目代码
```bash
# 克隆稳定版本(推荐新用户使用 v0.5.1
git clone --branch v0.5.1 --depth 1 https://github.com/xerrors/Yuxi-Know.git
# 克隆稳定版本(推荐新用户使用 v0.5.3
git clone --branch v0.5.3 --depth 1 https://github.com/xerrors/Yuxi-Know.git
cd Yuxi-Know
```

View File

@ -1,6 +1,6 @@
[project]
name = "yuxi-know"
version = "0.5.1"
version = "0.5.3"
description = "基于大模型的智能知识库与知识图谱智能体开发平台,融合了 RAG 技术与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建"
readme = "README.md"
requires-python = ">=3.12,<3.14"

View File

@ -7,7 +7,7 @@ from concurrent.futures import ThreadPoolExecutor # noqa: E402
from src.config import config as config # noqa: E402
__version__ = "0.5.1"
__version__ = "0.5.3"
if os.getenv("YUXI_SKIP_APP_INIT") != "1":
from src.knowledge import graph_base as graph_base # noqa: E402

View File

@ -50,6 +50,6 @@ actions:
# 页脚信息
footer:
copyright: "© 江南语析 2026 v0.5.1"
copyright: "© 江南语析 2026 v0.5.3"
user_agreement_url: "/protocols/user-agreement.template.html"
privacy_policy_url: "/protocols/privacy-policy.template.html"

691
uv.lock

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "yuxi-know-web",
"version": "0.5.1.web",
"version": "0.5.3.web",
"private": true,
"scripts": {
"dev": "vite",