Expand description
Entity storage module for the knowledge graph.
Structs§
- Entity
- Represents an entity in the knowledge graph.
Functions§
- delete_
entity - Delete an entity by ID.
- get_
entity - Get an entity by ID.
- insert_
entity - Insert a new entity into the database.
- list_
entities - List entities with optional filtering.
- update_
entity - Update an entity.