We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62baf71 commit e5b644eCopy full SHA for e5b644e
1 file changed
frontend/app/src/pages/docs/faq.mdx
@@ -18,6 +18,13 @@ export function FAQBox({ title, children }) {
18
)
19
}
20
21
+
22
+<FAQBox title="What's the artechitecture or workflow of this Graph RAG app?">
23
24
+
25
26
+</FAQBox>
27
28
<FAQBox title="Is this RAG app free?">
29
- The code of this RAG app is open source, it's free to use;
30
- 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 }) {
41
48
- [Change Default Reranker](/docs/reranker)
42
49
- [Change Default Embedding API](/docs/embedding)
43
50
44
-</FAQBox>
51
0 commit comments