2025-03-30 12:01:27 +08:00
|
|
|
# remote_theme: just-the-docs/just-the-docs
|
2025-03-17 19:58:00 +08:00
|
|
|
url: https://xerrors.github.io/Yuxi-Know
|
|
|
|
|
baseurl: /Yuxi-Know
|
|
|
|
|
title: 语析 - 基于大模型的知识库与知识图谱问答系统
|
|
|
|
|
description: 语析是一个强大的问答平台,结合了大模型 RAG 知识库与知识图谱技术,基于 Llamaindex + VueJS + FastAPI + Neo4j 构建。
|
|
|
|
|
search_enabled: true
|
|
|
|
|
search_full_content: true
|
|
|
|
|
aux_links:
|
|
|
|
|
"在 GitHub 上查看":
|
|
|
|
|
- "https://github.com/xerrors/Yuxi-Know"
|
|
|
|
|
|
|
|
|
|
# 启用中文支持
|
|
|
|
|
plugins:
|
|
|
|
|
- jekyll-include-cache
|
|
|
|
|
- jekyll-paginate
|
|
|
|
|
- jekyll-sitemap
|
|
|
|
|
- jemoji
|
|
|
|
|
|
|
|
|
|
# 设置默认语言
|
|
|
|
|
defaults:
|
|
|
|
|
- scope:
|
|
|
|
|
path: ""
|
|
|
|
|
type: pages
|
|
|
|
|
values:
|
|
|
|
|
layout: home
|
2025-03-30 12:01:27 +08:00
|
|
|
search_exclude: true
|