File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
23
23
<CardGrid >
24
24
<LinkCard
25
25
title = " Concepts"
26
- description = " Learn key concepts and how they fit together."
26
+ description = " Learn key GraphRAG concepts and how they fit together."
27
27
href = " /concepts/intro-to-graphrag"
28
28
/>
29
29
<LinkCard
@@ -38,7 +38,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
38
38
/>
39
39
<LinkCard
40
40
title = " Reference"
41
- description = " Succinct descriptions of what things are. "
41
+ description = " GraphRAG Pattern Catalog of graph models and GraphRAG retrievers "
42
42
href = " /reference/graphrag/pattern-matching"
43
43
/>
44
44
</CardGrid >
@@ -48,7 +48,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
48
48
<CardGrid >
49
49
<LinkCard
50
50
title = " Research"
51
- description = " Foundational esearch papers about GraphRAG."
51
+ description = " Foundational research papers about GraphRAG."
52
52
href = " /appendices/research"
53
53
/>
54
54
<LinkCard
You can’t perform that action at this time.
0 commit comments