Skip to content

Commit e5b644e

Browse files
authored
docs: add architecture (#237)
1 parent 62baf71 commit e5b644e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

frontend/app/src/pages/docs/faq.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ export function FAQBox({ title, children }) {
1818
)
1919
}
2020

21+
22+
<FAQBox title="What's the artechitecture or workflow of this Graph RAG app?">
23+
24+
![Graph RAG app architecture](https://github.com/user-attachments/assets/a21e1bb7-3a9f-49ed-aa6a-de8be0ada17f)
25+
26+
</FAQBox>
27+
2128
<FAQBox title="Is this RAG app free?">
2229
- The code of this RAG app is open source, it's free to use;
2330
- The database of this RAG app is free for **25GiB storage** as we use [TiDB Serverless](https://tidb.cloud);
@@ -41,4 +48,4 @@ export function FAQBox({ title, children }) {
4148
- [Change Default Reranker](/docs/reranker)
4249
- [Change Default Embedding API](/docs/embedding)
4350

44-
</FAQBox>
51+
</FAQBox>

0 commit comments

Comments
 (0)