linting
This commit is contained in:
@@ -93,7 +93,7 @@ Adjustable via UI control panel:
|
|||||||
```bash
|
```bash
|
||||||
# Make sure you installed with the 'tools' option
|
# Make sure you installed with the 'tools' option
|
||||||
pip install lightrag-hku[tools]
|
pip install lightrag-hku[tools]
|
||||||
|
|
||||||
# Verify installation
|
# Verify installation
|
||||||
pip list | grep lightrag-hku
|
pip list | grep lightrag-hku
|
||||||
```
|
```
|
||||||
@@ -102,7 +102,7 @@ Adjustable via UI control panel:
|
|||||||
```bash
|
```bash
|
||||||
# Check OpenGL version
|
# Check OpenGL version
|
||||||
glxinfo | grep "OpenGL version"
|
glxinfo | grep "OpenGL version"
|
||||||
|
|
||||||
# Update graphics drivers if needed
|
# Update graphics drivers if needed
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -134,4 +134,3 @@ The viewer is particularly useful for:
|
|||||||
This tool is part of LightRAG and is distributed under the MIT License. See `LICENSE` for more information.
|
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.
|
Note: This visualization tool is an optional component of the LightRAG package. Install with the [tools] option to access the viewer functionality.
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ import numpy as np
|
|||||||
import networkx as nx
|
import networkx as nx
|
||||||
import pipmaster as pm
|
import pipmaster as pm
|
||||||
|
|
||||||
#Added automatic libraries install using pipmaster
|
# Added automatic libraries install using pipmaster
|
||||||
if not pm.is_installed("moderngl"):
|
if not pm.is_installed("moderngl"):
|
||||||
pm.install("moderngl")
|
pm.install("moderngl")
|
||||||
if not pm.is_installed("imgui_bundle"):
|
if not pm.is_installed("imgui_bundle"):
|
||||||
|
Reference in New Issue
Block a user