-
Notifications
You must be signed in to change notification settings - Fork 149
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
feat: Return computed distance and set distance thresholds on VectorQueries #2090
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MarkDuckworth
added
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Jul 26, 2024
product-auto-label
bot
added
size: xl
Pull request size is extra large.
api: firestore
Issues related to the googleapis/nodejs-firestore API.
labels
Jul 26, 2024
Needs DTS updates |
wu-hui
approved these changes
Aug 2, 2024
MarkDuckworth
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 6, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 6, 2024
This reverts commit a27ed4b.
…rkduckworth/vector-distance
product-auto-label
bot
added
size: l
Pull request size is large.
and removed
size: xl
Pull request size is extra large.
labels
Aug 12, 2024
product-auto-label
bot
added
size: xl
Pull request size is extra large.
and removed
size: l
Pull request size is large.
labels
Aug 14, 2024
MarkDuckworth
changed the title
Distance
feat: Return computed distance and set distance thresholds on VectorQueries
Aug 14, 2024
wu-hui
approved these changes
Aug 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. you have some it.only
to remove I think.
MarkDuckworth
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
and removed
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
labels
Aug 27, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 27, 2024
MarkDuckworth
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 27, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 27, 2024
MarkDuckworth
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
kokoro:run
Add this label to force Kokoro to re-run the tests.
labels
Aug 27, 2024
yoshi-kokoro
removed
kokoro:run
Add this label to force Kokoro to re-run the tests.
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
labels
Aug 27, 2024
MarkDuckworth
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 4, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 4, 2024
MarkDuckworth
added
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
labels
Sep 4, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 4, 2024
MarkDuckworth
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 5, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 5, 2024
MarkDuckworth
removed
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Sep 5, 2024
wu-hui
approved these changes
Sep 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: firestore
Issues related to the googleapis/nodejs-firestore API.
size: xl
Pull request size is extra large.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Return computed distance and set distance thresholds on VectorQueries