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