修改 docs
This commit is contained in:
parent
eee1bd8aea
commit
164387e280
@ -1,7 +1,8 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "jekyll", "~> 4.3.2"
|
||||
gem "just-the-docs", "~> 0.5.0"
|
||||
# gem "just-the-docs", "~> 0.5.0"
|
||||
gem "minima", "~> 2.5"
|
||||
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-include-cache"
|
||||
@ -22,4 +23,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||
|
||||
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
|
||||
# do not have a Java counterpart.
|
||||
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
|
||||
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
|
||||
@ -1,4 +1,4 @@
|
||||
remote_theme: just-the-docs/just-the-docs
|
||||
# remote_theme: just-the-docs/just-the-docs
|
||||
url: https://xerrors.github.io/Yuxi-Know
|
||||
baseurl: /Yuxi-Know
|
||||
title: 语析 - 基于大模型的知识库与知识图谱问答系统
|
||||
@ -23,4 +23,4 @@ defaults:
|
||||
type: pages
|
||||
values:
|
||||
layout: home
|
||||
search_exclude: true
|
||||
search_exclude: true
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: home
|
||||
layout: default
|
||||
title: 语析 - 基于大模型的知识库与知识图谱问答系统
|
||||
nav_order: 1
|
||||
description: "语析是一个强大的问答平台,结合了大模型 RAG 知识库与知识图谱技术,基于 Llamaindex + VueJS + FastAPI + Neo4j 构建。"
|
||||
@ -133,4 +133,4 @@ docker tag m.daocloud.io/docker.io/library/neo4j:latest neo4j:latest
|
||||
|
||||
## 许可证
|
||||
|
||||
本项目采用 MIT 许可证 - 详见 [LICENSE](LICENSE) 文件
|
||||
本项目采用 MIT 许可证 - 详见 [LICENSE](LICENSE) 文件
|
||||
Loading…
Reference in New Issue
Block a user