Knowledge Graph Memory Server

MIT License
7,903
40,097
  • Apple
  • Linux

delete_entities

Remove specified entities and their relationships from the knowledge graph to maintain accurate and relevant data.

Instructions

Delete multiple entities and their associated relations from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
entityNamesYesAn array of entity names to delete

Input Schema (JSON Schema)

{ "properties": { "entityNames": { "description": "An array of entity names to delete", "items": { "type": "string" }, "type": "array" } }, "required": [ "entityNames" ], "type": "object" }

Other Tools from Knowledge Graph Memory Server

Related Tools

ID: an7spipwyo