Skip to content

Commit

Permalink
docs: add architecture (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 authored Aug 21, 2024
1 parent 62baf71 commit e5b644e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/app/src/pages/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ export function FAQBox({ title, children }) {
)
}


<FAQBox title="What's the artechitecture or workflow of this Graph RAG app?">

![Graph RAG app architecture](https://github.com/user-attachments/assets/a21e1bb7-3a9f-49ed-aa6a-de8be0ada17f)

</FAQBox>

<FAQBox title="Is this RAG app free?">
- The code of this RAG app is open source, it's free to use;
- The database of this RAG app is free for **25GiB storage** as we use [TiDB Serverless](https://tidb.cloud);
Expand All @@ -41,4 +48,4 @@ export function FAQBox({ title, children }) {
- [Change Default Reranker](/docs/reranker)
- [Change Default Embedding API](/docs/embedding)

</FAQBox>
</FAQBox>

0 comments on commit e5b644e

Please sign in to comment.