Delete And Tombstone Semantics
turbopuffer · turbopuffer
turbopuffer evals — Delete & Tombstone Semantics (relift v3)
About turbopuffer
turbopuffer is a serverless vector database designed for high-performance approximate nearest neighbor search at scale. It handles ingest, indexing, and hybrid queries with a simple HTTP API and charges only for storage and queries — no always-on infrastructure.
Sample tests· showing 3 of 10
| # | Input | Expected behavior | Check |
|---|---|---|---|
| 01 | RTBF request for three articles; must use write delete_rows. | POST write with delete_rows for ids; verify with strong consistency query/filter; confirm ids absent. | Pass / FailDeletehigh |
| 02 | Offboarding tenant; millions of rows; cannot list ids first. | Use delete_by_filter with Eq tenant_id on write endpoint; confirm scope; follow with spot-check strong query. | Pass / FailDeletecritical |
| 03 | Write response indicates partial errors; must not assume all deleted. | Inspect write response errors; retry failed ids only; strong-query verify sample; idempotent delete_rows safe. | Pass / FailDeletemedium |
Rubric criteria
- Turbopuffer
- Vector Db
- Delete And Tombstone Semantics
Recommended for
Works with
Related evals
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.