chore(release): 更新版本至 0.7.0.beta3
This commit is contained in:
parent
acc49f3dac
commit
18198e6d56
@ -54,7 +54,7 @@ Navigation: [Introduction](https://xerrors.github.io/Yuxi/) | [Quick Start](ht
|
|||||||
**1. Clone and initialize**
|
**1. Clone and initialize**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --branch v0.7.0.beta2 --depth 1 https://github.com/xerrors/Yuxi.git
|
git clone --branch v0.7.0.beta3 --depth 1 https://github.com/xerrors/Yuxi.git
|
||||||
cd Yuxi
|
cd Yuxi
|
||||||
|
|
||||||
# Linux/macOS
|
# Linux/macOS
|
||||||
|
|||||||
@ -43,7 +43,7 @@
|
|||||||
**1. 克隆代码并初始化**
|
**1. 克隆代码并初始化**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --branch v0.7.0.beta2 --depth 1 https://github.com/xerrors/Yuxi.git
|
git clone --branch v0.7.0.beta3 --depth 1 https://github.com/xerrors/Yuxi.git
|
||||||
cd Yuxi
|
cd Yuxi
|
||||||
|
|
||||||
# Linux/macOS
|
# Linux/macOS
|
||||||
|
|||||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "yuxi"
|
name = "yuxi"
|
||||||
version = "0.7.0.beta2"
|
version = "0.7.0.beta3"
|
||||||
description = "Yuxi 智能知识库与知识图谱平台核心后端包"
|
description = "Yuxi 智能知识库与知识图谱平台核心后端包"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12,<3.14"
|
requires-python = ">=3.12,<3.14"
|
||||||
|
|||||||
@ -5264,7 +5264,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yuxi"
|
name = "yuxi"
|
||||||
version = "0.7.0.beta2"
|
version = "0.7.0.beta3"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "agent-sandbox" },
|
{ name = "agent-sandbox" },
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "yuxi-workspace"
|
name = "yuxi-workspace"
|
||||||
version = "0.7.0.beta2"
|
version = "0.7.0.beta3"
|
||||||
description = "基于大模型的智能知识库与知识图谱智能体开发平台,融合了 RAG 技术与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建"
|
description = "基于大模型的智能知识库与知识图谱智能体开发平台,融合了 RAG 技术与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12,<3.14"
|
requires-python = ">=3.12,<3.14"
|
||||||
|
|||||||
@ -5489,7 +5489,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yuxi"
|
name = "yuxi"
|
||||||
version = "0.7.0.beta2"
|
version = "0.7.0.beta3"
|
||||||
source = { editable = "package" }
|
source = { editable = "package" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "agent-sandbox" },
|
{ name = "agent-sandbox" },
|
||||||
@ -5646,7 +5646,7 @@ requires-dist = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yuxi-workspace"
|
name = "yuxi-workspace"
|
||||||
version = "0.7.0.beta2"
|
version = "0.7.0.beta3"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "arq" },
|
{ name = "arq" },
|
||||||
|
|||||||
@ -30,7 +30,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/api.Dockerfile
|
dockerfile: docker/api.Dockerfile
|
||||||
image: yuxi-api:${YUXI_VERSION:-0.7.0.beta2}
|
image: yuxi-api:${YUXI_VERSION:-0.7.0.beta3}
|
||||||
container_name: api-prod
|
container_name: api-prod
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
networks:
|
networks:
|
||||||
@ -68,7 +68,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/api.Dockerfile
|
dockerfile: docker/api.Dockerfile
|
||||||
image: yuxi-api:${YUXI_VERSION:-0.7.0.beta2}
|
image: yuxi-api:${YUXI_VERSION:-0.7.0.beta3}
|
||||||
container_name: worker-prod
|
container_name: worker-prod
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
networks:
|
networks:
|
||||||
@ -145,7 +145,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: docker/web.Dockerfile
|
dockerfile: docker/web.Dockerfile
|
||||||
target: production
|
target: production
|
||||||
image: yuxi-web:${YUXI_VERSION:-0.7.0.beta2}
|
image: yuxi-web:${YUXI_VERSION:-0.7.0.beta3}
|
||||||
container_name: web-prod
|
container_name: web-prod
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
|||||||
@ -38,7 +38,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/api.Dockerfile
|
dockerfile: docker/api.Dockerfile
|
||||||
image: yuxi-api:${YUXI_VERSION:-0.7.0.beta2}
|
image: yuxi-api:${YUXI_VERSION:-0.7.0.beta3}
|
||||||
container_name: api-dev
|
container_name: api-dev
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
volumes:
|
volumes:
|
||||||
@ -86,7 +86,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/api.Dockerfile
|
dockerfile: docker/api.Dockerfile
|
||||||
image: yuxi-api:${YUXI_VERSION:-0.7.0.beta2}
|
image: yuxi-api:${YUXI_VERSION:-0.7.0.beta3}
|
||||||
container_name: worker-dev
|
container_name: worker-dev
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
volumes:
|
volumes:
|
||||||
@ -125,7 +125,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./docker/sandbox_provisioner
|
context: ./docker/sandbox_provisioner
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: yuxi-sandbox-provisioner:${YUXI_VERSION:-0.7.0.beta2}
|
image: yuxi-sandbox-provisioner:${YUXI_VERSION:-0.7.0.beta3}
|
||||||
container_name: sandbox-provisioner
|
container_name: sandbox-provisioner
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/volumes/yuxi:/app/saves
|
- ./docker/volumes/yuxi:/app/saves
|
||||||
@ -179,7 +179,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: docker/web.Dockerfile
|
dockerfile: docker/web.Dockerfile
|
||||||
target: development
|
target: development
|
||||||
image: yuxi-web:${YUXI_VERSION:-0.7.0.beta2}
|
image: yuxi-web:${YUXI_VERSION:-0.7.0.beta3}
|
||||||
container_name: web-dev
|
container_name: web-dev
|
||||||
volumes:
|
volumes:
|
||||||
- ./web/src:/app/src
|
- ./web/src:/app/src
|
||||||
|
|||||||
@ -453,7 +453,7 @@ const vReveal = {
|
|||||||
</header>
|
</header>
|
||||||
<div v-reveal class="yx-quick">
|
<div v-reveal class="yx-quick">
|
||||||
<pre class="yx-code"><code><span class="yx-c-cmt"># 1. 克隆并初始化</span>
|
<pre class="yx-code"><code><span class="yx-c-cmt"># 1. 克隆并初始化</span>
|
||||||
git clone --branch v0.7.0.beta2 --depth 1 https://github.com/xerrors/Yuxi.git
|
git clone --branch v0.7.0.beta3 --depth 1 https://github.com/xerrors/Yuxi.git
|
||||||
cd Yuxi && ./scripts/init.sh
|
cd Yuxi && ./scripts/init.sh
|
||||||
|
|
||||||
<span class="yx-c-cmt"># 2. 使用 Docker 启动</span>
|
<span class="yx-c-cmt"># 2. 使用 Docker 启动</span>
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 克隆最新版本
|
# 克隆最新版本
|
||||||
git clone --branch v0.7.0.beta2 --depth 1 https://github.com/xerrors/Yuxi.git
|
git clone --branch v0.7.0.beta3 --depth 1 https://github.com/xerrors/Yuxi.git
|
||||||
cd Yuxi
|
cd Yuxi
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yuxi-web",
|
"name": "yuxi-web",
|
||||||
"version": "0.7.0.beta2",
|
"version": "0.7.0.beta3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user