Skip to content

Commit b593b9a

Browse files
authored
Fix PrivateNearestNeighborsSearchProtobuf docs (#111)
1 parent e1dd5df commit b593b9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ``PrivateNearestNeighborsSearchProtobuf``
22

3-
Protocol buffer support for [PrivateNearestNeighbors](https://swiftpackageindex.com/apple/swift-homomorphic-encryption/main/documentation/privatenearestneighbors)
3+
Protocol buffer support for [PrivateNearestNeighborsSearch](https://swiftpackageindex.com/apple/swift-homomorphic-encryption/main/documentation/privatenearestneighborssearch)
44

55
## Overview
6-
`PrivateNearestNeighborsProtobuf` contains supports for using [PrivateNearestNeighbors](https://swiftpackageindex.com/apple/swift-homomorphic-encryption/main/documentation/privateinformationretrieval) with [protocol buffers](https://protobuf.dev/), commonly referred to as `protobuf`.
6+
`PrivateNearestNeighborsProtobuf` contains supports for using [PrivateNearestNeighborsSearch](https://swiftpackageindex.com/apple/swift-homomorphic-encryption/main/documentation/privatenearestneighborssearch) with [protocol buffers](https://protobuf.dev/), commonly referred to as `protobuf`.
77
This module contains:
88
* the generated Swift code to use the protobuf types.
9-
* conversion between protobuf types and [PrivateNearestNeighbors](https://swiftpackageindex.com/apple/swift-homomorphic-encryption/main/documentation/privatenearestneighbors) runtime types.
9+
* conversion between protobuf types and [PrivateNearestNeighborsSearch](https://swiftpackageindex.com/apple/swift-homomorphic-encryption/main/documentation/privatenearestneighborssearch) runtime types.
1010

1111
The protobuf schemas are defined at [https://github.com/apple/swift-homomorphic-encryption-protobuf](https://github.com/apple/swift-homomorphic-encryption-protobuf).

0 commit comments

Comments
 (0)