Fix: Improve clarity and conciseness of Graph Memory features documen… (#2874)

This commit is contained in:
Prateek Chhikara
2025-05-29 14:47:16 -06:00
committed by GitHub
parent 7ef1378304
commit 240acca3de

View File

@@ -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 is a powerful feature that allows users to create and utilize complex relationships between pieces of information.
## Graph Memory supports the following features: ## 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. 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. 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: Here's an example of how to specify a custom prompt:
<CodeGroup> <CodeGroup>
```python Python ```python Python