fix: 更新版本号至 0.6.0-dev2
This commit is contained in:
parent
f7c5a9112b
commit
a92b8a77ef
@ -7,7 +7,7 @@ from concurrent.futures import ThreadPoolExecutor # noqa: E402
|
||||
|
||||
from yuxi.config import config as config # noqa: E402
|
||||
|
||||
__version__ = "0.6.0-dev"
|
||||
__version__ = "0.6.0-dev2"
|
||||
|
||||
if os.getenv("YUXI_SKIP_APP_INIT") != "1":
|
||||
from yuxi.knowledge import graph_base as graph_base # noqa: E402
|
||||
|
||||
@ -221,7 +221,7 @@ class Config(BaseModel):
|
||||
if os.path.exists(self.model_dir):
|
||||
logger.debug(f"Model directory ({self.model_dir}) contains: {os.listdir(self.model_dir)}")
|
||||
else:
|
||||
logger.warning(
|
||||
logger.debug(
|
||||
f"Model directory ({self.model_dir}) does not exist. If not configured, please ignore it."
|
||||
)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "yuxi"
|
||||
version = "0.6.0-dev"
|
||||
version = "0.6.0-dev2"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "yuxi-workspace"
|
||||
version = "0.6.0-dev"
|
||||
version = "0.6.0-dev2"
|
||||
description = "基于大模型的智能知识库与知识图谱智能体开发平台,融合了 RAG 技术与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12,<3.14"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yuxi-web",
|
||||
"version": "0.6.0-dev",
|
||||
"version": "0.6.0-dev2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user