Skip to content
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

fix return labels error on hgraph #190

Merged
merged 1 commit into from
Dec 9, 2024
Merged

fix return labels error on hgraph #190

merged 1 commit into from
Dec 9, 2024

Conversation

LHT129
Copy link
Collaborator

@LHT129 LHT129 commented Dec 7, 2024

fixed: #189

Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
@LHT129 LHT129 added the kind/bug Something isn't working label Dec 7, 2024
@LHT129 LHT129 self-assigned this Dec 7, 2024
Copy link
Collaborator

@inabao inabao left a comment

Choose a reason for hiding this comment

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

LGTM

@jiaweizone jiaweizone changed the title fix return lebels error on hgraph fix return labels error on hgraph Dec 7, 2024
Copy link
Collaborator

@jiaweizone jiaweizone left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -302,7 +306,6 @@ TestIndex::GenerateDatasetFloat(int64_t dim, int64_t count) {
query->Dim(dim)
->NumElements(query_count)
->Float32Vectors(base->GetFloat32Vectors() + start * dim)
->Ids(base->GetIds() + start)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ok, Not need assign ids for query

@LHT129 LHT129 merged commit ddaa9ae into antgroup:main Dec 9, 2024
2 checks passed
@LHT129 LHT129 deleted the label branch December 9, 2024 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VID does not take effect when building hgraph index
4 participants