0
Total Requests
+0%
0ms
Avg Latency
+0%
0
Tokens Used
+0%
$0.00
Total Cost
+0%

Components

Recent Activity

Step Details

Click on a pipeline step to view details

Execution Timeline

Run a query to see execution timeline

Recent Traces

Trace Details

Select a trace to visualize execution flow

Latency Distribution

Token Usage Over Time

Cost Breakdown

Performance Metrics

Operation P50 P95 P99 Count

Plugin Types

Encoders

Text embedding providers (OpenAI, Cohere, HuggingFace, etc.)

Vector Stores

Vector similarity search (Qdrant, Pinecone, Weaviate, etc.)

Databases

Document storage (PostgreSQL, MongoDB, etc.)

Multimodal

Content processors (PDF, Image, PPTX extractors)

Development Guide

1. Choose Plugin Type

Select the component you want to extend based on your use case.

2. Implement the ABC

Inherit from the appropriate base class and implement required methods.

3. Register Your Plugin

Add your plugin to the configuration and restart the engine.

4. Test Integration

Use the debugger to verify your plugin works correctly.

Supabase Integration

GlassBox RAG works with Supabase!

Configure your PostgreSQL connection string to point to your Supabase database:

database:
  postgresql:
    host: your-project.supabase.co
    port: 5432
    database: postgres
    user: postgres
    password: your-password

Supabase provides PostgreSQL with real-time subscriptions, authentication, and edge functions that complement GlassBox's capabilities.