From f6636622f91bd1d7e0bb195d5b1192c30a988040 Mon Sep 17 00:00:00 2001 From: antejavor Date: Fri, 24 Oct 2025 09:48:56 +0200 Subject: [PATCH] Update class. --- pages/ai-ecosystem/integrations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ai-ecosystem/integrations.mdx b/pages/ai-ecosystem/integrations.mdx index 9203200bf..0be87d4e2 100644 --- a/pages/ai-ecosystem/integrations.mdx +++ b/pages/ai-ecosystem/integrations.mdx @@ -496,7 +496,7 @@ url = os.getenv("MEMGRAPH_URI", "bolt://localhost:7687") username = os.getenv("MEMGRAPH_USERNAME", "") password = os.getenv("MEMGRAPH_PASSWORD", "") -graph = Memgraph( +graph = MemgraphLangChain( url=url, username=username, password=password, refresh_schema=False )