Skip to content

Commit 0a5b5cf

Browse files
authored
Removing Graph Assistant (#1047)
1 parent 851b94f commit 0a5b5cf

File tree

8 files changed

+1
-187
lines changed

8 files changed

+1
-187
lines changed

website/src/pages/en/ai-suite/_meta-titles.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"graph-assistant": "Graph Assistant",
32
"ai-introduction": "The Graph's AI",
43
"subgraph-mcp": "Subgraph MCP",
54
"token-api-mcp": "Token API MCP"

website/src/pages/en/ai-suite/_meta.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import titles from './_meta-titles.json'
22

33
export default {
44
'ai-introduction': titles['ai-introduction'],
5-
'graph-assistant': titles['graph-assistant'],
65
'subgraph-mcp': titles['subgraph-mcp'],
76
'token-api-mcp': titles['token-api-mcp'],
87
}

website/src/pages/en/ai-suite/ai-introduction.mdx

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,14 @@ Build with speed and scale faster with The Graph's AI.
66

77
## Using AI on The Graph
88

9-
Instead of relying on static datasets or centralized APIs, you can now access live blockchain data through our **agentic** app, [Graph Assistant](/ai-suite/graph-assistant/introduction/), and use our AI-native tooling, [Subgraph MCP](/ai-suite/subgraph-mcp/introduction/), and [Token API MCP](/ai-suite/token-api-mcp/introduction/).
9+
Instead of relying on static datasets or centralized APIs, you can now use our AI-native tooling, [Subgraph MCP](/ai-suite/subgraph-mcp/introduction/) and [Token API MCP](/ai-suite/token-api-mcp/introduction/).
1010

1111
### Why Use Onchain Data with AI?
1212

1313
Using onchain data with AI unlocks powerful new ways to interact with and understand blockchain ecosystems.
1414

15-
- **AI for Non-Technical End Users**: AI can turn complex onchain data into accessible insights. Assistants powered by AI enable you to explore and analyze blockchain data without coding.
1615
- **AI for Developers**: You can use AI to interact directly with The Graph's data through your agents or build AI-powered applications on top of it. This streamlines development and opens up more intuitive, dynamic use cases.
1716

18-
## AI for Non-Technical/End Users
19-
20-
[Graph Assistant](/ai-suite/graph-assistant/introduction/) is a powerful **agentic** application that empowers users to easily interact with blockchain data. Ask questions in simple, natural language and get rich, AI powered insights. Both technical developers and non-technical product teams can move faster, make smarter decisions, and gain a clearer understanding than ever before.
21-
22-
### Benefits of Using Graph Assistant
23-
24-
- **Natural language Input**: You don't need to write complex queries or sift through dashboards. Simply ask your question in plain English and get clear, structured results.
25-
- **Multi-source support**: Works across multiple Subgraphs and Token API. The Assistant automatically determines which data source to use, so you don't have to switch tools or manage endpoints.
26-
- **Schema-free access**: You don't need to understand the schema. You can refer to tokens, protocols, dates, or addresses using natural language. The Assistant takes care of the rest.
27-
28-
### Conversational Querying with Graph Assistant
29-
30-
**Example queries:**
31-
32-
- "List the top-5 swaps by USD value in the last 24 hours."
33-
- "Give me the daily volume on Uniswap."
34-
- "List the 20 most recently registered .eth names."
35-
36-
[Graph Assistant](/ai-suite/graph-assistant/introduction/) will eventually be a one-stop shop for interacting with The Graph. Right now, it's an agentic AI app that uses state-of-the-art AI techniques, LLMs, and MCPs to understand and answer your questions about [Subgraphs](/subgraphs/developing/subgraphs/) and [Token API](/token-api/quick-start/) data.
37-
3817
## AI for Developers
3918

4019
### Enable Natural Language Access to Onchain Data

website/src/pages/en/ai-suite/graph-assistant/_meta.js

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

website/src/pages/en/ai-suite/graph-assistant/faq.mdx

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

website/src/pages/en/ai-suite/graph-assistant/how-to-guide.mdx

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

website/src/pages/en/ai-suite/graph-assistant/introduction.mdx

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

website/src/pages/en/ai-suite/graph-assistant/quick-start.mdx

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

0 commit comments

Comments
 (0)