Skip to content

[Feature Request]: Add RAG-Anything Studio, a standalone multimodal-aware Web UI #269

Description

@devinlovekoala

Do you need to file a feature request?

  • I have searched the existing feature request and this feature request is not already filed.
  • I believe this is a legitimate feature request, not just a question or bug.

Feature Request Description

A standalone Web UI module for RAG-Anything, tentatively named RAG-Anything Studio.

The goal is to provide a practical local-first interface for using and debugging RAG-Anything without changing the core RAG-Anything pipeline.

This Web UI would be implemented under a separate /raganything_studio directory and would follow the existing LightRAG Web UI interaction style, while adding RAG-Anything-specific multimodal capabilities.

What this feature adds

  • Query interface adapted for multimodal RAG results
  • Display of image evidence and other multimodal evidence where available
  • Image preview support for knowledge graph nodes
  • Enhanced settings page for configuring more API endpoints with more types of combinations, including VLM enhancements
  • Conveniently configure data formats and storage methods
  • A practical interface for local development, testing, and demonstration

Why this is useful

RAG-Anything extends LightRAG from text-centric RAG to multimodal document RAG. However, many multimodal-specific outputs are difficult to inspect through a text-only or graph-only interface.

A Web UI would help users:

  • test RAG-Anything more easily
  • inspect multimodal evidence during retrieval
  • preview image-related nodes in the knowledge graph
  • configure model providers and vector databases more conveniently
  • demonstrate RAG-Anything capabilities to new users
  • debug multimodal retrieval behavior without modifying the core framework

Design principle

This feature should be low-risk and optional.

It does not require changing the RAG-Anything core pipeline, storage schema, or existing APIs. The Studio code can be isolated under /raganything_studio, so users who do not need the Web UI are not affected.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions