L2mem

VectorDB + MCP Inspector
Checking...

System Dashboard

Real-time metrics and health status

Connection Required

Please enter your admin credentials in the top-right header and click the plug icon to connect to the Redis-Rust backend.

Collections
{{ serverInfo?.total_collections || 0 }}
Active
Vector Dimensions
{{ serverInfo?.default_dim || '-' }}
Embedding Model
System Status
Online
Operational

Ingest Documents

Drag and drop .toon files here to parse, embed, and index them automatically.

Storage Details

{{ name }}
Collection Name
Documents
{{ col.count }}
HNSW Index Size
{{ formatBytes(col.index_size) }}

Diagnostic Analysis Pipeline

Upload a CSV log to generate a full Root Cause Analysis report.

Drop CSV Log for Analysis

Drag and drop a single .csv file here. The system will compress the log, generate a query, and perform a final RAG analysis.

{{ analysis.jobStatus.active ? 'Running Analysis' : 'Analysis Complete' }}

{{ analysis.jobStatus.message }}

File: {{ analysis.jobStatus.filename }} Progress: {{ analysis.jobStatus.progress }}%

Analysis History

Unit Serial Actions
{{ item.unit_serial }}
{{ formatDate(item.timestamp) }}

No analysis history found.

Memory Browser

{{ browserTotal }} items
Page {{ browserPage + 1 }}
ID Memory Content Metadata Action
{{ item.id }}
Editing Metadata (JSON)
{{ item.metadata.text }}
{{ k }}: {{ k === 'timestamp' ? formatDate(v) : v }}
Database is empty.
ID: {{ item.id }}
Distance {{ item.score.toFixed(4) }}
"{{ item.metadata.text }}"
{{ key }}: {{ key === 'timestamp' ? formatDate(val) : val }}

No results found or empty search.

MCP Tool Caller
Output Log
{{ log.type === 'req' ? '➜ REQUEST' : '⬅ RESPONSE' }} {{ log.time }}
{{ log.data }}
Waiting for interaction...
{{ ui.status.label }} {{ Math.round((ui.status.current / ui.status.total) * 100) }}%

Add New Memory

Pipeline Trace Inspector

Job ID: {{ analysis.traceViewer.data.job_id }}
INPUT FILE
{{ analysis.traceViewer.data.original_filename }}
UNIT SERIAL
{{ analysis.traceViewer.data.unit_serial }}
COMPRESSED LOG OUTPUT (To LLM)
{{ analysis.traceViewer.data.compressed_log }}
REASONING PROMPT
{{ analysis.traceViewer.data.query_generation_prompt }}
GENERATED SEARCH QUERY
{{ analysis.traceViewer.data.generated_query }}
Found {{ analysis.traceViewer.data.search_results.length }} vector matches
#{{ idx + 1 }} {{ hit.metadata.source || 'Unknown' }} Page {{ hit.metadata.page }}
Distance:
{{ hit.score.toFixed(4) }}
{{ hit.metadata.text || hit.metadata.content || hit.metadata.raw_content }}
FINAL PROMPT (Aggregated Context)
{{ analysis.traceViewer.data.final_prompt }}
FINAL REPORT MARKDOWN
{{ analysis.traceViewer.data.final_report }}