Skip to content

Commit

Permalink
update comment of PlaceholderValue::values
Browse files Browse the repository at this point in the history
Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
  • Loading branch information
zhengbuqian committed Mar 7, 2024
1 parent 218d800 commit 0cefc7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ enum PlaceholderType {
message PlaceholderValue {
string tag = 1;
PlaceholderType type = 2;
// dense vector: values is a 2d-array of nq rows, every row contains a query vector
// sparse vector: values contains exactly 1 bytes array, which is the byte
// representation of SparseFloatArray in schema.proto
// values is a 2d-array of nq rows, every row contains a query vector.
// for dense vector, all rows are of the same length; for sparse vector,
// the length of each row may vary depending on their number of non-zeros.
repeated bytes values = 3;
}

Expand Down

0 comments on commit 0cefc7b

Please sign in to comment.