We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2613ff commit 54fe2ebCopy full SHA for 54fe2eb
src/neo4j_graphrag/experimental/pipeline/pipeline.py
@@ -215,7 +215,7 @@ def _get_neo4j_viz_graph(
215
"""Generate a neo4j-viz visualization of the pipeline graph"""
216
if not neo4j_viz_available:
217
raise ImportError(
218
- "Could not import neo4j-viz. Install it with 'pip install neo4j-viz'"
+ "Could not import neo4j-viz. Install it with 'pip install \"neo4j-graphrag[experimental]\"'"
219
)
220
221
self.validate_parameter_mapping()
0 commit comments