Skip to content

Commit

Permalink
chore: change count_items response from u32 to u64 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
honeyAcorn authored Jan 23, 2024
1 parent 54ffd24 commit d6a129a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/vectorindex.proto
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,5 @@ message _CountItemsRequest {
}

message _CountItemsResponse {
uint32 item_count = 1;
uint64 item_count = 1;
}

0 comments on commit d6a129a

Please sign in to comment.