-
Added
-
GraphQL
- feat(graphql): Add support for ef and distance_threshold in generated GraphQL queries for
similarity search (#9562).WARNING In #9562, the computed distances (automatically returned in the
vector_distance
field) for cosine and dot product metrics are no longer normalized to [0, 1], but instead
return the raw distance computed by the metric.
- feat(graphql): Add support for ef and distance_threshold in generated GraphQL queries for
-
Vector
- feat(vector/hnsw): add per-query
efanddistance_thresholdtosimilar_to, fix early
termination (#9514)
- feat(vector/hnsw): add per-query
-
Fixed
-
Core
-
Vector
-
Chore
- docs: fix typos in comments (#9569)
- chore(ci): update go toolchain version to v1.25.6 (#9568)
- fix(ci): update trunk go runtime to match go.mod version (#9575)
- chore(test): replace deprecated docker struct types in testing harness (#9549)
- chore(test): unskip previously skipped tests (#9537)
- chore(core): use Tick() instead of NewTicker() (#9548)
New Contributors
Full Changelog: v25.1.0...v25.2.0