Skip to content

feat: range vectors using an id prefix #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2025
Merged

feat: range vectors using an id prefix #18

merged 1 commit into from
Mar 3, 2025

Conversation

heyjorgedev
Copy link
Contributor

This PR introduces a new property on `VectorRange´ that allows iteration on database records using an id prefix:

$results = $this->namespace->rangeIterator(new VectorRange(limit: 10, prefix: 'prefix-'));

Copy link

linear bot commented Feb 28, 2025

Copy link

@yunusemreozdemir yunusemreozdemir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Along the same lines with vector-py implementation, good tests.

@heyjorgedev heyjorgedev merged commit e5afd05 into master Mar 3, 2025
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