LightRAG/lightrag/api/graph_viewer_webui
2025-02-10 23:44:58 +08:00
..
public format 2025-02-10 00:33:59 +08:00
src better error handing 2025-02-10 23:44:58 +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 properties view 2025-02-10 22:02:06 +08:00
components.json add properties view 2025-02-10 22:02:06 +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 properties view 2025-02-10 22:02:06 +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