LightRAG/lightrag/api/graph_viewer_webui
2025-02-10 00:38:04 +08:00
..
public format 2025-02-10 00:33:59 +08:00
src use relative path for graph API endpoint 2025-02-10 00:38:04 +08:00
.gitignore add graph viewer webui 2025-02-09 23:17:26 +08:00
.prettierrc.json add graph viewer webui 2025-02-09 23:17:26 +08:00
bun.lock add graph viewer webui 2025-02-09 23:17:26 +08:00
eslint.config.js format 2025-02-10 00:33:59 +08:00
index.html add graph viewer webui 2025-02-09 23:17:26 +08:00
package.json add graph viewer webui 2025-02-09 23:17:26 +08:00
README.md add graph viewer webui 2025-02-09 23:17:26 +08:00
tsconfig.json add graph viewer webui 2025-02-09 23:17:26 +08:00
vite.config.ts format 2025-02-10 00:33:59 +08:00

LightRag Graph Viewer WebUI

Install Bun

Install Dependencies

bun install --frozen-lockfile

Build

bun run build