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 ---