KnowledgeGraph
experimentaldataKnowledge graph with injectable graph backend
pip install chp-adapter-knowledge-graphAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
add_edgev1.0.0Add or replace a directed edge between two nodes.
chp.adapters.knowledge_graph.add_edgeadd_nodev1.0.0Add or replace a node in the knowledge graph.
chp.adapters.knowledge_graph.add_nodedelete_nodev1.0.0Delete a node and all its edges.
chp.adapters.knowledge_graph.delete_nodeget_edgesv1.0.0Get edges connected to a node, with optional direction and relation filter.
chp.adapters.knowledge_graph.get_edgesget_nodev1.0.0Retrieve a node and its properties by ID.
chp.adapters.knowledge_graph.get_nodelist_nodesv1.0.0List nodes, optionally filtered by type. Returns IDs and types only.
chp.adapters.knowledge_graph.list_nodes