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';
2323<CardGrid >
2424 <LinkCard
2525 title = " Concepts"
26- description = " Learn key concepts and how they fit together."
26+ description = " Learn key GraphRAG concepts and how they fit together."
2727 href = " /concepts/intro-to-graphrag"
2828 />
2929 <LinkCard
@@ -38,7 +38,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
3838 />
3939 <LinkCard
4040 title = " Reference"
41- description = " Succinct descriptions of what things are. "
41+ description = " GraphRAG Pattern Catalog of graph models and GraphRAG retrievers "
4242 href = " /reference/graphrag/pattern-matching"
4343 />
4444</CardGrid >
@@ -48,7 +48,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
4848<CardGrid >
4949 <LinkCard
5050 title = " Research"
51- description = " Foundational esearch papers about GraphRAG."
51+ description = " Foundational research papers about GraphRAG."
5252 href = " /appendices/research"
5353 />
5454 <LinkCard
You can’t perform that action at this time.
0 commit comments