Skip to content

Conversation

@ChunxuTang
Copy link
Collaborator

This PR adds the support of vector literals in vector search. E.g.

MATCH (p:Person)
WHERE vector_distance(p.embedding, [1.0, 0.0, 0.0], l2) < 0.2
RETURN p.name ORDER BY p.name

@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 89.81481% with 11 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
rust/lance-graph/src/parser.rs 93.40% 6 Missing ⚠️
rust/lance-graph/src/semantic.rs 42.85% 4 Missing ⚠️
rust/lance-graph/src/simple_executor/expr.rs 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@ChunxuTang ChunxuTang merged commit e3e579d into lance-format:main Jan 6, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants