Skip to content

Commit

Permalink
update grpc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coszio committed May 9, 2024
1 parent 5fe938a commit 6265e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/grpc/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3398,8 +3398,8 @@ For example, if `oversampling` is 2.4 and `limit` is 100, then 240 vectors will

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| data | [float](#float) | repeated | |
| indices | [SparseIndices](#qdrant-SparseIndices) | optional | |
| values | [float](#float) | repeated | |
| indices | [uint32](#uint32) | repeated | |



Expand Down Expand Up @@ -3588,7 +3588,7 @@ Vector type to be used in queries. Ids will be substituted with their correspond
| id | [PointId](#qdrant-PointId) | | |
| dense | [DenseVector](#qdrant-DenseVector) | | |
| sparse | [SparseVector](#qdrant-SparseVector) | | |
| multi | [MultiDenseVector](#qdrant-MultiDenseVector) | | |
| multi_dense | [MultiDenseVector](#qdrant-MultiDenseVector) | | |



Expand Down

0 comments on commit 6265e17

Please sign in to comment.