r3f-rag-viz-react
v0.1.2
Published
React Three Fiber components for editable 3D RAG knowledge graphs
Maintainers
Readme
r3f-rag-viz-react
<RAGScene /> and hooks for editable 3D RAG knowledge graphs ? r3f-rag-viz.
npm install r3f-rag-viz-react r3f-rag-viz-corePeer deps: react, react-dom, three, @react-three/fiber, @react-three/drei, zustand.
"use client";
import { RAGScene } from "r3f-rag-viz-react";
<RAGScene graph={graph} onSceneChange={(e) => console.log(e)} />;See the main README and live demo.
