mirror of
https://github.com/OpenSPG/KAG.git
synced 2025-06-27 03:20:08 +00:00
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
This commit is contained in:
parent
5dc0a24861
commit
6d1e8dda7b
8
docs/_category_.json
Normal file
8
docs/_category_.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "Get Started",
|
||||
"position": 1,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "KAG Quick Start"
|
||||
}
|
||||
}
|
11
docs/quickstart.mdx
Normal file
11
docs/quickstart.mdx
Normal file
@ -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.
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
sidebar_position: 1
|
||||
slug: /release_notes
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user