chore: v0.5.3
This commit is contained in:
parent
f2096b4004
commit
3973a185fa
@ -2,7 +2,7 @@
|
||||
<div align="center">
|
||||
<h1>语析 - 基于大模型的知识库与知识图谱智能体开发平台</h1>
|
||||
|
||||
[](https://github.com/xerrors/Yuxi-Know/tree/v0.5.1)
|
||||
[](https://github.com/xerrors/Yuxi-Know/tree/v0.5.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)
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yuxi-know-web",
|
||||
"version": "0.5.1.web",
|
||||
"version": "0.5.3.web",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user