From 240acca3de9d3090aa8f99d7e987c10dabce59bf Mon Sep 17 00:00:00 2001 From: Prateek Chhikara <46902268+prateekchhikara@users.noreply.github.com> Date: Thu, 29 May 2025 14:47:16 -0600 Subject: [PATCH] =?UTF-8?q?Fix:=20Improve=20clarity=20and=20conciseness=20?= =?UTF-8?q?of=20Graph=20Memory=20features=20documen=E2=80=A6=20(#2874)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/open-source/graph_memory/features.mdx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/open-source/graph_memory/features.mdx b/docs/open-source/graph_memory/features.mdx index d96a055e..e4b734a9 100644 --- a/docs/open-source/graph_memory/features.mdx +++ b/docs/open-source/graph_memory/features.mdx @@ -10,13 +10,12 @@ iconType: "solid" Graph Memory is a powerful feature that allows users to create and utilize complex relationships between pieces of information. ## Graph Memory supports the following features: -A list of features provided by Graph Memory. -### Add Customize Prompt +### Using Custom Prompts -Users can add a customized prompt that will be used to extract specific entities from the given input text. -This allows for more targeted and relevant information extraction based on the user's needs. -Here's an example of how to add a customized prompt: +Users can specify a custom prompt that will be used to extract specific entities from the given input text. +This allows for more targeted and relevant information extraction based on the user's needs. +Here's an example of how to specify a custom prompt: ```python Python