Do you need to file a feature request?
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
Do you need to file a feature request?
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_studiodirectory and would follow the existing LightRAG Web UI interaction style, while adding RAG-Anything-specific multimodal capabilities.What this feature adds
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:
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