Quick Try: Filtered Search

Load sample data, apply a filter, and search - all in your browser

Results 🔍 Filtered
Vectors: 0 Time: -
🔍
Load sample data and click Search to see results
WASM: Loading...

Available Demos

Click any card to launch the interactive demo

Batch Insert

Performance Benchmark

Test EdgeVec's bulk insertion capabilities. Insert thousands of vectors and measure throughput, latency percentiles, and memory usage in real-time.

Throughput Latency Memory
Run Benchmark

Batch Delete

Deletion Benchmark

Measure batch deletion performance. Delete vectors in bulk and observe how EdgeVec handles large-scale removal operations efficiently.

Bulk Delete Performance
Run Benchmark

Soft Delete & Compaction

RFC-001 Implementation

Explore EdgeVec's tombstone-based soft delete system. Mark vectors as deleted without immediate removal, then compact the index to reclaim space. Visualize the compaction process in real-time.

Tombstones Compaction RFC-001
Explore Feature

Stress Test

Stability Testing

Push EdgeVec to its limits. Run continuous insert/search/delete operations and monitor stability, memory usage, and performance degradation over time.

Stability Continuous Monitoring
Start Test

Filter Playground

v0.5.0 Metadata Filtering

Interactive filter expression builder and validator. Test 15+ operators including comparison, range, string matching, NULL checks, and complex boolean logic. Real-time parsing with syntax highlighting and helpful error suggestions.

15 Operators Live Parse v0.5.0
Try Filters

Quick Start

# Clone the repository
git clone https://github.com/matte1782/edgevec.git
cd edgevec

# IMPORTANT: Start server from PROJECT ROOT!
python -m http.server 8080

# Open in browser (include full path)
http://localhost:8080/wasm/examples/index.html

⚠️ Do NOT start server from wasm/examples/ — WASM module requires /pkg/ access from root