Skip to content

Commit 92560a9

Browse files
authored
Resolve GraphChat pages (#1306)
* resolve graphchat pages * resolve comment
1 parent dbe7e69 commit 92560a9

File tree

4 files changed

+10
-80
lines changed

4 files changed

+10
-80
lines changed

next.config.mjs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3395,8 +3395,11 @@ export default withNextra({
33953395
destination: '/getting-started/install-memgraph/docker#troubleshooting',
33963396
permanent: true
33973397
},
3398-
3399-
3398+
{
3399+
source: '/ai-ecosystem/graphchat',
3400+
destination: '/ai-ecosystem#graphchat',
3401+
permanent: true
3402+
},
34003403

34013404

34023405

pages/ai-ecosystem.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Explore key features, such as community detection, node embeddings,
44
---
55

66
import { Callout } from 'nextra/components'
7+
import { Cards } from 'nextra/components'
78
import {CommunityLinks} from '/components/social-card/CommunityLinks'
89

910
# Memgraph's AI ecosystem
@@ -24,10 +25,11 @@ This section of Memgraph’s documentation is your guide to using Memgraph for A
2425
own GenAI application from scratch. Some of the libraries that support
2526
Memgraph include **Model Context Protocol (MCP)**, **LangChain**,
2627
**LlamaIndex**, **Cognee** and **Mem0**.
27-
- [GraphChat in Memgraph Lab](/ai-ecosystem/graphchat): Explore how natural
28-
language querying (GraphChat) ties into the GraphRAG ecosystem, making complex
29-
graphs accessible to everyone.
3028
- [Machine learning with Memgraph](/ai-ecosystem/machine-learning): Learn how
3129
Memgraph powers ML workflows with graph-powered insights.
30+
- [GraphChat in Memgraph Lab](/memgraph-lab/features/graphchat): Explore how
31+
natural language querying (GraphChat) ties into the GraphRAG ecosystem, making
32+
complex graphs accessible to everyone.
33+
3234

3335
<CommunityLinks/>

pages/ai-ecosystem/_meta.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export default {
22
"graph-rag": "GraphRAG",
33
"integrations": "Integrations",
4-
"graphchat": "GraphChat",
54
"machine-learning": "Machine learning",
65
}

pages/ai-ecosystem/graphchat.mdx

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)