Ragviz banner
hrabanazviking hrabanazviking

Ragviz

AI community

Description

Graph RAG visualization platform with interactive knowledge graphs and real-time parameter tuning for local LLMs

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Graph RAG Visualization Platform

[![codecov](https://codecov.io/gh/yourusername/ragviz/branch/main/graph/badge.svg)](https://codecov.io/gh/yourusername/ragviz) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/) [![Node 18+](https://img.shields.io/badge/node-18+-green.svg)](https://nodejs.org/)

A developer-oriented Graph Retrieval-Augmented Generation (Graph RAG) visualization and parameter tuning platform. This tool combines knowledge graphs with vector retrieval to provide contextual support for local large language models (like Ollama or llama.cpp), enabling interactive document uploads, knowledge graph construction, and real-time parameter adjustments while visualizing their impact on answers and subgraph structures.

![RAGViz Demo](docs/demos/quick-start.gif)

*Upload documents, explore interactive knowledge graphs, and chat with your data using local LLMs*

Features

βš™οΈ Real-time Parameter Tuning

Adjust retrieval and generation parameters instantly. See how Top K, similarity threshold, and temperature affect your results in real-time.

![Parameter Tuning](docs/demos/parameter-tuning.gif)

Core Capabilities

  • πŸ“Š Interactive Knowledge Graph Visualization - Build and explore knowledge graphs with multiple layout algorithms and smooth animations
  • πŸ” Vector-Enhanced Retrieval - Combine graph structure with semantic search using Neo4j vector indexing
  • πŸ€– Local LLM Integration - Works with Ollama, llama.cpp and other local language models
  • πŸ“„ Multi-format Document Support - Upload PDF, TXT and other document formats
  • 🎯 Hallucination Reduction - Leverage structured knowledge graphs to improve answer accuracy
  • πŸ”§ Developer-Friendly - Built for research and data science teams with debugging visualization

Architecture

  • Frontend: Next.js/React with interactive