KAG/docs/quickstart.mdx
田常@蚂蚁 6d1e8dda7b
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
2024-12-12 22:19:13 +08:00

11 lines
482 B
Plaintext

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