mirror of
https://github.com/OpenSPG/KAG.git
synced 2025-06-27 03:20:08 +00:00

* [feat] add template for issues * update template for issues * update template for issues * update template for issues * update template for issues
11 lines
482 B
Plaintext
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. |