visuddhinanda il y a 2 ans
Parent
commit
b54ff2b2e4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rpc/protocols/tulip.proto

+ 1 - 1
rpc/protocols/tulip.proto

@@ -18,7 +18,7 @@ message SearchRequest {
 
 message SearchResponse {
   message Item {
-    int32 rank = 1;
+    float rank = 1;
     string highlight = 2;
     int32 book = 3;
     int32 paragraph = 4;