Sameer Kadam
46b18fbee3
fix(docs): use GraphStore facade in Neo4j quickstart ( #1340 )
...
The Neo4j example in the persistent graph store section was passing a raw
Neo4jStore straight into GraphBuilder. GraphBuilder calls add_nodes() and
add_edges() on whatever it's given, and those only exist on the GraphStore
facade, not on Neo4jStore itself. Anyone who copied the example got:
AttributeError: 'Neo4jStore' object has no attribute 'add_nodes'
Swapped the import and construction to GraphStore(backend="neo4j", uri=...,
user=..., password=...), which wraps Neo4jStore internally and actually has
the methods GraphBuilder needs.
Added a test in tests/kg/test_graph_builder_with_graph_store.py that builds
a small graph through GraphBuilder with a mocked GraphStore and checks
add_nodes/add_edges get called. Also kept a test for GraphBuilder without a
graph_store at all, so that path doesn't regress either.
Closes #1135
2026-08-31 20:34:04 +05:00
..
2026-04-02 18:10:11 +05:30
2026-08-27 16:33:09 +05:00
2026-08-31 15:50:40 +05:30
2026-01-08 17:23:31 +05:30
2026-01-08 17:23:31 +05:30
2026-08-29 13:53:48 +01:00
2026-01-08 18:56:42 +05:30
2026-08-29 13:31:00 +01:00
2026-08-28 19:53:35 +05:00
2026-08-22 02:07:55 +08:00
2026-08-28 14:54:02 +05:00
2026-01-16 01:19:33 +05:30
2026-08-30 15:23:43 +05:00
2026-08-31 20:34:04 +05:00
2026-08-22 13:30:35 +05:00
2026-08-28 16:23:46 +05:00
2026-08-27 16:51:04 +05:30
2026-08-28 12:33:39 +05:00
2026-08-27 15:40:38 +05:00
2026-08-29 21:50:04 +05:30
2026-08-12 17:43:10 +05:30
2026-08-15 13:48:26 +05:30
2026-08-28 05:03:45 +08:00
2026-08-25 15:57:31 +05:30
2026-08-29 15:00:04 +01:00
2026-08-30 17:31:57 +05:30
2026-08-20 17:58:20 +05:00
2026-01-08 17:23:31 +05:30
2026-04-29 21:17:36 +05:00
2026-08-18 02:18:39 +05:00
2026-03-13 06:31:38 +05:30
2026-04-07 17:42:08 +05:30
2026-03-26 12:38:24 +05:30
2026-01-08 17:23:31 +05:30
2026-01-08 20:13:28 -05:00
2026-05-23 00:14:23 +05:30
2026-02-02 22:56:53 +05:30
2026-08-30 17:31:57 +05:30
2026-06-16 04:43:45 +05:00
2026-07-16 20:11:58 +05:30
2026-08-27 01:18:03 +05:30
2026-01-08 17:23:31 +05:30
2026-05-29 23:45:29 +05:30
2026-01-24 20:53:21 +05:30
2026-08-11 16:24:28 +05:30
2026-08-11 16:24:28 +05:30
2026-01-08 17:23:31 +05:30
2026-01-27 21:55:22 +05:30
2026-01-24 20:53:21 +05:30
2026-01-08 17:23:31 +05:30
2026-05-15 20:00:44 +05:30
2026-08-30 13:33:18 +05:30
2026-08-30 17:00:14 +05:30
2026-02-02 23:50:00 +05:30
2026-08-30 17:00:14 +05:30
2026-08-30 17:00:14 +05:30
2026-08-30 17:00:14 +05:30
2026-07-31 13:14:29 +05:30
2026-08-24 14:00:07 +05:30
2026-08-12 14:07:47 +05:30
2026-08-25 16:18:33 +05:30
2026-08-12 13:56:02 +05:30
2026-01-10 23:32:10 +05:30
2026-08-27 17:56:03 +05:30
2026-01-08 17:23:31 +05:30
2026-01-08 17:23:31 +05:30
2026-01-08 17:23:31 +05:30
2026-01-08 17:23:31 +05:30
2026-01-08 17:23:31 +05:30
2026-03-18 00:17:08 +05:30
2026-05-23 00:14:23 +05:30
2026-01-08 17:23:31 +05:30
2026-08-23 22:17:31 +05:30
2026-01-16 01:19:33 +05:30
2026-08-26 14:50:50 +05:30
2026-02-10 12:22:16 +05:30
2026-08-29 12:55:37 +05:00
2026-08-12 21:14:55 +05:30
2026-08-29 13:27:42 +01:00
2026-08-29 14:09:40 +05:30
2026-01-10 23:32:10 +05:30
2026-01-08 17:23:31 +05:30
2026-01-08 17:23:31 +05:30
2026-01-08 17:23:31 +05:30
2026-02-04 00:17:25 +05:30
2026-04-07 17:42:08 +05:30
2026-01-08 17:23:31 +05:30
2026-01-08 17:23:31 +05:30
2026-06-04 16:57:00 +05:30