Skip to content

Commit 0f11ffb

Browse files
committed
Refactor: move HardwareUsage to the Usage map
1 parent cdfcdb2 commit 0f11ffb

1 file changed

Lines changed: 27 additions & 19 deletions

File tree

docs/grpc/docs.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
- [GetResponse](#qdrant-GetResponse)
172172
- [GroupId](#qdrant-GroupId)
173173
- [GroupsResult](#qdrant-GroupsResult)
174-
- [HardwareUsage](#qdrant-HardwareUsage)
174+
- [Usage](#qdrant-Usage)
175175
- [HasIdCondition](#qdrant-HasIdCondition)
176176
- [HasVectorCondition](#qdrant-HasVectorCondition)
177177
- [Image](#qdrant-Image)
@@ -2387,7 +2387,7 @@ The JSON representation for `Value` is a JSON value.
23872387
| ----- | ---- | ----- | ----------- |
23882388
| result | [CountResult](#qdrant-CountResult) | | |
23892389
| time | [double](#double) | | Time spent to process |
2390-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
2390+
| usage | [Usage](#qdrant-Usage) | optional | |
23912391

23922392

23932393

@@ -2585,7 +2585,7 @@ The JSON representation for `Value` is a JSON value.
25852585
| ----- | ---- | ----- | ----------- |
25862586
| result | [BatchResult](#qdrant-BatchResult) | repeated | |
25872587
| time | [double](#double) | | Time spent to process |
2588-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
2588+
| usage | [Usage](#qdrant-Usage) | optional | |
25892589

25902590

25912591

@@ -2646,7 +2646,7 @@ The JSON representation for `Value` is a JSON value.
26462646
| ----- | ---- | ----- | ----------- |
26472647
| result | [ScoredPoint](#qdrant-ScoredPoint) | repeated | |
26482648
| time | [double](#double) | | Time spent to process |
2649-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
2649+
| usage | [Usage](#qdrant-Usage) | optional | |
26502650

26512651

26522652

@@ -3008,7 +3008,7 @@ Additionally, the first and last points of each GeoLineString must be the same.
30083008
| ----- | ---- | ----- | ----------- |
30093009
| result | [RetrievedPoint](#qdrant-RetrievedPoint) | repeated | |
30103010
| time | [double](#double) | | Time spent to process |
3011-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
3011+
| usage | [Usage](#qdrant-Usage) | optional | |
30123012

30133013

30143014

@@ -3047,7 +3047,15 @@ Additionally, the first and last points of each GeoLineString must be the same.
30473047

30483048

30493049

3050-
<a name="qdrant-HardwareUsage"></a>
3050+
<a name="qdrant-Usage"></a>
3051+
3052+
### Usage
3053+
3054+
3055+
| Field | Type | Label | Description |
3056+
|------------------------|--------------------------| ----- | ----------- |
3057+
| hardware | [HardwareUsage](#qdrant-HardwareUsage) | | |
3058+
30513059

30523060
### HardwareUsage
30533061

@@ -3527,7 +3535,7 @@ Additionally, the first and last points of each GeoLineString must be the same.
35273535
| ----- | ---- | ----- | ----------- |
35283536
| result | [UpdateResult](#qdrant-UpdateResult) | | |
35293537
| time | [double](#double) | | Time spent to process |
3530-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
3538+
| usage | [Usage](#qdrant-Usage) | optional | |
35313539

35323540

35333541

@@ -3849,7 +3857,7 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will
38493857
| ----- | ---- | ----- | ----------- |
38503858
| result | [BatchResult](#qdrant-BatchResult) | repeated | |
38513859
| time | [double](#double) | | Time spent to process |
3852-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
3860+
| usage | [Usage](#qdrant-Usage) | optional | |
38533861

38543862

38553863

@@ -3866,7 +3874,7 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will
38663874
| ----- | ---- | ----- | ----------- |
38673875
| result | [GroupsResult](#qdrant-GroupsResult) | | |
38683876
| time | [double](#double) | | Time spent to process |
3869-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
3877+
| usage | [Usage](#qdrant-Usage) | optional | |
38703878

38713879

38723880

@@ -3943,7 +3951,7 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will
39433951
| ----- | ---- | ----- | ----------- |
39443952
| result | [ScoredPoint](#qdrant-ScoredPoint) | repeated | |
39453953
| time | [double](#double) | | Time spent to process |
3946-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
3954+
| usage | [Usage](#qdrant-Usage) | optional | |
39473955

39483956

39493957

@@ -4012,7 +4020,7 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will
40124020
| ----- | ---- | ----- | ----------- |
40134021
| result | [BatchResult](#qdrant-BatchResult) | repeated | |
40144022
| time | [double](#double) | | Time spent to process |
4015-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
4023+
| usage | [Usage](#qdrant-Usage) | optional | |
40164024

40174025

40184026

@@ -4029,7 +4037,7 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will
40294037
| ----- | ---- | ----- | ----------- |
40304038
| result | [GroupsResult](#qdrant-GroupsResult) | | |
40314039
| time | [double](#double) | | Time spent to process |
4032-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
4040+
| usage | [Usage](#qdrant-Usage) | optional | |
40334041

40344042

40354043

@@ -4129,7 +4137,7 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will
41294137
| ----- | ---- | ----- | ----------- |
41304138
| result | [ScoredPoint](#qdrant-ScoredPoint) | repeated | |
41314139
| time | [double](#double) | | Time spent to process |
4132-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
4140+
| usage | [Usage](#qdrant-Usage) | optional | |
41334141

41344142

41354143

@@ -4273,7 +4281,7 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will
42734281
| next_page_offset | [PointId](#qdrant-PointId) | optional | Use this offset for the next query |
42744282
| result | [RetrievedPoint](#qdrant-RetrievedPoint) | repeated | |
42754283
| time | [double](#double) | | Time spent to process |
4276-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
4284+
| usage | [Usage](#qdrant-Usage) | optional | |
42774285

42784286

42794287

@@ -4308,7 +4316,7 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will
43084316
| ----- | ---- | ----- | ----------- |
43094317
| result | [BatchResult](#qdrant-BatchResult) | repeated | |
43104318
| time | [double](#double) | | Time spent to process |
4311-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
4319+
| usage | [Usage](#qdrant-Usage) | optional | |
43124320

43134321

43144322

@@ -4325,7 +4333,7 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will
43254333
| ----- | ---- | ----- | ----------- |
43264334
| result | [GroupsResult](#qdrant-GroupsResult) | | |
43274335
| time | [double](#double) | | Time spent to process |
4328-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
4336+
| usage | [Usage](#qdrant-Usage) | optional | |
43294337

43304338

43314339

@@ -4360,7 +4368,7 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will
43604368
| ----- | ---- | ----- | ----------- |
43614369
| result | [SearchMatrixOffsets](#qdrant-SearchMatrixOffsets) | | |
43624370
| time | [double](#double) | | Time spent to process |
4363-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
4371+
| usage | [Usage](#qdrant-Usage) | optional | |
43644372

43654373

43664374

@@ -4409,7 +4417,7 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will
44094417
| ----- | ---- | ----- | ----------- |
44104418
| result | [SearchMatrixPairs](#qdrant-SearchMatrixPairs) | | |
44114419
| time | [double](#double) | | Time spent to process |
4412-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
4420+
| usage | [Usage](#qdrant-Usage) | optional | |
44134421

44144422

44154423

@@ -4524,7 +4532,7 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will
45244532
| ----- | ---- | ----- | ----------- |
45254533
| result | [ScoredPoint](#qdrant-ScoredPoint) | repeated | |
45264534
| time | [double](#double) | | Time spent to process |
4527-
| usage | [HardwareUsage](#qdrant-HardwareUsage) | optional | |
4535+
| usage | [Usage](#qdrant-Usage) | optional | |
45284536

45294537

45304538

0 commit comments

Comments
 (0)