fix README.md

This commit is contained in:
zrguo
2025-03-03 21:13:43 +08:00
parent a814285155
commit 78151d045b

View File

@@ -816,13 +816,11 @@ All operations are available in both synchronous and asynchronous versions. The
- **create_entity**: Creates a new entity with specified attributes
- **edit_entity**: Updates an existing entity's attributes or renames it
- **delete_entity**: Removes an entity and all its relationships
#### Relation Operations
- **create_relation**: Creates a new relation between existing entities
- **edit_relation**: Updates an existing relation's attributes
- **delete_relation**: Removes a relation between entities
These operations maintain data consistency across both the graph database and vector database components, ensuring your knowledge graph remains coherent.