From 5f669f26467c41ce2d2f90ac08240c66234e3967 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Tue, 25 Feb 2025 21:36:00 +0800 Subject: [PATCH] update details --- LICENSE | 2 +- src/static/config.dev.yaml | 18 ------------------ web/src/layouts/AppLayout.vue | 10 ++++++---- web/src/views/HomeView.vue | 2 +- web/src/views/ToolsView.vue | 2 +- 5 files changed, 9 insertions(+), 25 deletions(-) diff --git a/LICENSE b/LICENSE index 3ba15384..b5064ccb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Wenjie Zhang +Copyright (c) 2025 Wenjie Zhang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/static/config.dev.yaml b/src/static/config.dev.yaml index 62ed6a52..e69de29b 100644 --- a/src/static/config.dev.yaml +++ b/src/static/config.dev.yaml @@ -1,18 +0,0 @@ -embed_model: siliconflow/BAAI/bge-m3 -enable_knowledge_base: true -enable_knowledge_graph: false -enable_reranker: true -enable_search_engine: false -enable_web_search: false -filename: src/static/config.yaml -model_dir: /Users/wenjie/Documents/projects/Yuxi-Know/models -model_local_paths: {} -model_name: Qwen/Qwen2.5-7B-Instruct -model_provider: siliconflow -reranker: siliconflow/BAAI/bge-reranker-v2-m3 -save_dir: saves -stream: true -use_rewrite_query: 'off' -valuable_model_provider: -- zhipu -- siliconflow diff --git a/web/src/layouts/AppLayout.vue b/web/src/layouts/AppLayout.vue index a045c1c4..c6f61ca0 100644 --- a/web/src/layouts/AppLayout.vue +++ b/web/src/layouts/AppLayout.vue @@ -9,10 +9,12 @@ import { BookOutlined, BookFilled, GithubOutlined, - DatabaseOutlined, - DatabaseFilled, + FolderOutlined, + FolderFilled, GoldOutlined, GoldFilled, + ToolFilled, + ToolOutlined, BugOutlined, ProjectFilled, ProjectOutlined, @@ -91,7 +93,7 @@ console.log(route) 对话 - + 知识 @@ -99,7 +101,7 @@ console.log(route) 图谱 - + 工具 diff --git a/web/src/views/HomeView.vue b/web/src/views/HomeView.vue index 8d3686b2..66f6c2bf 100644 --- a/web/src/views/HomeView.vue +++ b/web/src/views/HomeView.vue @@ -5,7 +5,7 @@

大模型驱动的知识库管理工具

Placeholder Image -
© 江南语析 2024 [WIP] v0.12.138
+
© 江南语析 2025 [WIP] v0.12.138
diff --git a/web/src/views/ToolsView.vue b/web/src/views/ToolsView.vue index 01961ddf..73e9a1e2 100644 --- a/web/src/views/ToolsView.vue +++ b/web/src/views/ToolsView.vue @@ -2,7 +2,7 @@