fix README.md
This commit is contained in:
parent
a814285155
commit
78151d045b
1 changed files with 0 additions and 2 deletions
|
|
@ -816,13 +816,11 @@ All operations are available in both synchronous and asynchronous versions. The
|
||||||
|
|
||||||
- **create_entity**: Creates a new entity with specified attributes
|
- **create_entity**: Creates a new entity with specified attributes
|
||||||
- **edit_entity**: Updates an existing entity's attributes or renames it
|
- **edit_entity**: Updates an existing entity's attributes or renames it
|
||||||
- **delete_entity**: Removes an entity and all its relationships
|
|
||||||
|
|
||||||
#### Relation Operations
|
#### Relation Operations
|
||||||
|
|
||||||
- **create_relation**: Creates a new relation between existing entities
|
- **create_relation**: Creates a new relation between existing entities
|
||||||
- **edit_relation**: Updates an existing relation's attributes
|
- **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.
|
These operations maintain data consistency across both the graph database and vector database components, ensuring your knowledge graph remains coherent.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue