You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
4
4
5
5
## 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`.
7
7
This module contains:
8
8
* 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.
10
10
11
11
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