From 6d1e8dda7b1b39b965aa501cc2fd4471b2dd66fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B8=B8=40=E8=9A=82=E8=9A=81?= Date: Thu, 12 Dec 2024 22:19:13 +0800 Subject: [PATCH] feat(kag) update docs for kag (#123) * [feat] add template for issues * update template for issues * update template for issues * update template for issues * update template for issues --- docs/_category_.json | 8 ++++++++ docs/quickstart.mdx | 11 +++++++++++ docs/release_notes.md | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/_category_.json create mode 100644 docs/quickstart.mdx diff --git a/docs/_category_.json b/docs/_category_.json new file mode 100644 index 00000000..7f5e358c --- /dev/null +++ b/docs/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Get Started", + "position": 1, + "link": { + "type": "generated-index", + "description": "KAG Quick Start" + } +} \ No newline at end of file diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx new file mode 100644 index 00000000..9137f1bd --- /dev/null +++ b/docs/quickstart.mdx @@ -0,0 +1,11 @@ +--- +sidebar_position: 0 +slug: / +--- + +# Quick start +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; +import APITable from '@site/src/components/APITable'; + +KAG is a logical form-guided reasoning and retrieval framework based on OpenSPG engine and LLMs. It is used to build logical reasoning and factual Q&A solutions for professional domain knowledge bases. It can effectively overcome the shortcomings of the traditional RAG vector similarity calculation model. \ No newline at end of file diff --git a/docs/release_notes.md b/docs/release_notes.md index a0139f49..98bdaee9 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 1 slug: /release_notes ---