<- Adapters

KnowledgeGraph

experimentaldata

Knowledge graph with injectable graph backend

pip install chp-adapter-knowledge-graph

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

add_edgev1.0.0

Add or replace a directed edge between two nodes.

chp.adapters.knowledge_graph.add_edge
add_nodev1.0.0

Add or replace a node in the knowledge graph.

chp.adapters.knowledge_graph.add_node
delete_nodev1.0.0

Delete a node and all its edges.

chp.adapters.knowledge_graph.delete_node
get_edgesv1.0.0

Get edges connected to a node, with optional direction and relation filter.

chp.adapters.knowledge_graph.get_edges
get_nodev1.0.0

Retrieve a node and its properties by ID.

chp.adapters.knowledge_graph.get_node
list_nodesv1.0.0

List nodes, optionally filtered by type. Returns IDs and types only.

chp.adapters.knowledge_graph.list_nodes
See the full capability catalog →