lightrag/tools/lightrag_visualizer/README.md
An interactive 3D graph visualization tool included in the LightRAG package for visualizing and analyzing RAG (Retrieval-Augmented Generation) graphs and other graph structures.
pip install lightrag-hku[tools] # Install with visualization tool only
# or
pip install lightrag-hku[api,tools] # Install with both API and visualization tools
lightrag-viewer
Adjustable via UI control panel:
node_scale parameteredge_width parametershow_labelslabel_sizelabel_colorlabel_culling_distanceCommand Not Found
# Make sure you installed with the 'tools' option
pip install lightrag-hku[tools]
# Verify installation
pip list | grep lightrag-hku
ModernGL Initialization Failed
# Check OpenGL version
glxinfo | grep "OpenGL version"
# Update graphics drivers if needed
Font Loading Issues
The viewer is particularly useful for:
This tool is part of LightRAG and is distributed under the MIT License. See LICENSE for more information.
Note: This visualization tool is an optional component of the LightRAG package. Install with the [tools] option to access the viewer functionality.