mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-07-12 03:12:11 +02:00
iss-nearest-postfilter-starves-results: a scalar match predicate combined with nearest returns the post-filtered remainder of the GLOBAL ANN top-k, not the top-k of matching rows. Fixture: 3 matching docs sit far from the query vector while 3 non-matching docs occupy the global top-3 — the query returns 0 rows despite limit 3 and 3 matches existing. Fails as predicted against current code: assertion left == right failed: left: 0, right: 3 |
||
|---|---|---|
| .. | ||
| omnigraph | ||
| omnigraph-api-types | ||
| omnigraph-cli | ||
| omnigraph-cluster | ||
| omnigraph-compiler | ||
| omnigraph-policy | ||
| omnigraph-server | ||