From de88ce82eb1f24da88cde69646b317519b5416f2 Mon Sep 17 00:00:00 2001 From: matea16 Date: Thu, 23 Oct 2025 14:33:39 +0200 Subject: [PATCH 1/2] add link to ai-toolkits --- pages/ai-ecosystem/integrations.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/ai-ecosystem/integrations.mdx b/pages/ai-ecosystem/integrations.mdx index 5c5f370dc..9af6fb104 100644 --- a/pages/ai-ecosystem/integrations.mdx +++ b/pages/ai-ecosystem/integrations.mdx @@ -1051,6 +1051,13 @@ password = database = memgraph ``` +If you'd like a more detailed guidance, check out our LightRAG integration in +the [ai-toolkit +repository](https://github.com/memgraph/ai-toolkit/tree/main/integrations/lightrag-memgraph) +or [Jupyter Notebook +example](https://github.com/memgraph/ai-demos/blob/main/integrations/lightrag/lightrag_memgraph_demo.ipynb) +demonstrating LightRAG with Memgraph integration. + For more information about LightRAG's advanced configurations, features, and usage examples with Memgraph, visit the [LightRAG GitHub repository](https://github.com/HKUDS/LightRAG). From 216a2159df2a9079e82a0498486084e2d02338ee Mon Sep 17 00:00:00 2001 From: matea16 Date: Thu, 23 Oct 2025 14:39:14 +0200 Subject: [PATCH 2/2] edit --- pages/ai-ecosystem/integrations.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/ai-ecosystem/integrations.mdx b/pages/ai-ecosystem/integrations.mdx index 9af6fb104..9203200bf 100644 --- a/pages/ai-ecosystem/integrations.mdx +++ b/pages/ai-ecosystem/integrations.mdx @@ -1051,12 +1051,11 @@ password = database = memgraph ``` -If you'd like a more detailed guidance, check out our LightRAG integration in -the [ai-toolkit +If you'd like a more detailed guidance, check out LightRAG in the [ai-toolkit repository](https://github.com/memgraph/ai-toolkit/tree/main/integrations/lightrag-memgraph) or [Jupyter Notebook example](https://github.com/memgraph/ai-demos/blob/main/integrations/lightrag/lightrag_memgraph_demo.ipynb) -demonstrating LightRAG with Memgraph integration. +demonstrating LightRAG and Memgraph integration. For more information about LightRAG's advanced configurations, features, and usage examples with Memgraph, visit the [LightRAG GitHub