update details
This commit is contained in:
parent
af827d5437
commit
5f669f2646
2
LICENSE
2
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
|
||||
|
||||
@ -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,
|
||||
BookFilled,
|
||||
GithubOutlined,
|
||||
DatabaseOutlined,
|
||||
DatabaseFilled,
|
||||
FolderOutlined,
|
||||
FolderFilled,
|
||||
GoldOutlined,
|
||||
GoldFilled,
|
||||
ToolFilled,
|
||||
ToolOutlined,
|
||||
BugOutlined,
|
||||
ProjectFilled,
|
||||
ProjectOutlined,
|
||||
@ -91,7 +93,7 @@ console.log(route)
|
||||
<span class="text">对话</span>
|
||||
</RouterLink>
|
||||
<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>
|
||||
</RouterLink>
|
||||
<RouterLink to="/graph" class="nav-item" active-class="active">
|
||||
@ -99,7 +101,7 @@ console.log(route)
|
||||
<span class="text">图谱</span>
|
||||
</RouterLink>
|
||||
<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>
|
||||
</RouterLink>
|
||||
<a-tooltip placement="right">
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<p>大模型驱动的知识库管理工具</p>
|
||||
<button class="home-btn" @click="goToChat">开始对话</button>
|
||||
<img src="/home.png" alt="Placeholder Image" />
|
||||
<footer>© 江南语析 2024 [WIP] v0.12.138</footer>
|
||||
<footer>© 江南语析 2025 [WIP] v0.12.138</footer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<div class="tools-container layout-container">
|
||||
<HeaderComponent
|
||||
title="工具箱"
|
||||
description="这里展示了各种可用的工具。"
|
||||
description="这里展示了各种可用的工具。(注:不是大模型的工具)"
|
||||
>
|
||||
</HeaderComponent>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user