Skip to content

Commit ce16a52

Browse files
authored
Vercel test PR (#1353)
* vercel test * update package.json
1 parent bb8dfb8 commit ce16a52

File tree

4 files changed

+303
-290
lines changed

4 files changed

+303
-290
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ pnpm-lock.yaml
55

66
# misc
77
.DS_Store
8+
.vercel

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"packageManager": "pnpm@10.12.1",
23
"name": "nextra-docs-template",
34
"version": "0.0.1",
45
"description": "Nextra docs template",
@@ -40,5 +41,8 @@
4041
"overrides": {
4142
"flexsearch": "0.7.31"
4243
}
44+
},
45+
"engines": {
46+
"node": ">=22.0.0 <23"
4347
}
4448
}

pages/ai-ecosystem/integrations.mdx

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -433,13 +433,20 @@ that can autonomously interact with the Memgraph database.
433433
Currently, the Memgraph [toolkit](https://github.com/memgraph/ai-toolkit/blob/main/integrations/langchain-memgraph/langchain_memgraph/toolkits.py) supports the following tools:
434434

435435
- **RunQueryTool**: Executes Cypher queries on the Memgraph database.
436-
- **RunShowIndexInfoTool**: Retrieves information about the indexes in the database.
437-
- **RunShowSchemaInfoTool**: Retrieves information about the schema in the database.
438-
- **RunShowConfigTool**: Retrieves information about the configuration of the database.
439-
- **RunShowStorageInfoTool**: Retrieves information about the storage engine of the database.
440-
- **RunShowTriggersTool**: Retrieves information about the triggers in the database.
441-
- **RunShowConstraintInfoTool**: Retrieves information about the constraints in the database.
442-
- **RunBetweennessCentralityTool**: Calculates the betweenness centrality of nodes in the graph.
436+
- **RunShowIndexInfoTool**: Retrieves information about the indexes in the
437+
database.
438+
- **RunShowSchemaInfoTool**: Retrieves information about the schema in the
439+
database.
440+
- **RunShowConfigTool**: Retrieves information about the configuration of the
441+
database.
442+
- **RunShowStorageInfoTool**: Retrieves information about the storage engine of
443+
the database.
444+
- **RunShowTriggersTool**: Retrieves information about the triggers in the
445+
database.
446+
- **RunShowConstraintInfoTool**: Retrieves information about the constraints in
447+
the database.
448+
- **RunBetweennessCentralityTool**: Calculates the betweenness centrality of
449+
nodes in the graph.
443450
- **RunPageRankMemgraphTool**: Calculates the PageRank of nodes in the graph.
444451

445452

0 commit comments

Comments
 (0)