Add vector query helpers#1617
Conversation
Greptile SummaryThis PR adds
Confidence Score: 5/5All changes are purely additive — new methods alongside existing ones, no modifications to existing query logic — making this safe to merge. The new vector methods follow the exact same structural pattern as the adjacent distance helpers across every SDK: same JSON envelope verified by both the per-SDK Rust unit tests and the cross-language Base.php fixture harness. No existing code paths are modified; the PHP Language.php cast is a no-op behavior change. No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "Add vector query calls to Rust e2e" | Re-trigger Greptile |
Summary
Verification