update details
This commit is contained in:
parent
af827d5437
commit
5f669f2646
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@ -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
|
|
||||||
@ -9,10 +9,12 @@ import {
|
|||||||
BookOutlined,
|
BookOutlined,
|
||||||
BookFilled,
|
BookFilled,
|
||||||
GithubOutlined,
|
GithubOutlined,
|
||||||
DatabaseOutlined,
|
FolderOutlined,
|
||||||
DatabaseFilled,
|
FolderFilled,
|
||||||
GoldOutlined,
|
GoldOutlined,
|
||||||
GoldFilled,
|
GoldFilled,
|
||||||
|
ToolFilled,
|
||||||
|
ToolOutlined,
|
||||||
BugOutlined,
|
BugOutlined,
|
||||||
ProjectFilled,
|
ProjectFilled,
|
||||||
ProjectOutlined,
|
ProjectOutlined,
|
||||||
@ -91,7 +93,7 @@ console.log(route)
|
|||||||
<span class="text">对话</span>
|
<span class="text">对话</span>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
<RouterLink to="/database" class="nav-item" active-class="active">
|
<RouterLink to="/database" class="nav-item" active-class="active">
|
||||||
<component class="icon" :is="route.path.startsWith('/database') ? DatabaseFilled : DatabaseOutlined" />
|
<component class="icon" :is="route.path.startsWith('/database') ? FolderFilled : FolderOutlined" />
|
||||||
<span class="text">知识</span>
|
<span class="text">知识</span>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
<RouterLink to="/graph" class="nav-item" active-class="active">
|
<RouterLink to="/graph" class="nav-item" active-class="active">
|
||||||
@ -99,7 +101,7 @@ console.log(route)
|
|||||||
<span class="text">图谱</span>
|
<span class="text">图谱</span>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
<RouterLink to="/tools" class="nav-item" active-class="active">
|
<RouterLink to="/tools" class="nav-item" active-class="active">
|
||||||
<component class="icon" :is="route.path.startsWith('/tools') ? StarFilled: StarOutlined" />
|
<component class="icon" :is="route.path.startsWith('/tools') ? ToolFilled: ToolOutlined" />
|
||||||
<span class="text">工具</span>
|
<span class="text">工具</span>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
<a-tooltip placement="right">
|
<a-tooltip placement="right">
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<p>大模型驱动的知识库管理工具</p>
|
<p>大模型驱动的知识库管理工具</p>
|
||||||
<button class="home-btn" @click="goToChat">开始对话</button>
|
<button class="home-btn" @click="goToChat">开始对话</button>
|
||||||
<img src="/home.png" alt="Placeholder Image" />
|
<img src="/home.png" alt="Placeholder Image" />
|
||||||
<footer>© 江南语析 2024 [WIP] v0.12.138</footer>
|
<footer>© 江南语析 2025 [WIP] v0.12.138</footer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<div class="tools-container layout-container">
|
<div class="tools-container layout-container">
|
||||||
<HeaderComponent
|
<HeaderComponent
|
||||||
title="工具箱"
|
title="工具箱"
|
||||||
description="这里展示了各种可用的工具。"
|
description="这里展示了各种可用的工具。(注:不是大模型的工具)"
|
||||||
>
|
>
|
||||||
</HeaderComponent>
|
</HeaderComponent>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user